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

13 lines
300 B
Smarty

---
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