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

16 lines
370 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:
2022-09-07 17:13:02 +02:00
testenv:
hosts:
${server_under_test_hostname}: null
2022-07-14 02:56:08 +02:00
unprovisioned:
hosts:
${server_under_test_hostname}: null