infrastructure/restore-tests/templates/inventory.yaml.tpl

13 lines
300 B
Smarty
Raw Normal View History

2022-07-14 02:56:08 +02:00
---
all:
hosts:
${server_under_test_hostname}:
ansible_host: ${server_under_test_ip}
ansible_user: core
ansible_ssh_private_key_file: ${ssh_private_key_file}
network_interface: ens3
children:
unprovisioned:
hosts:
${server_under_test_hostname}: null