Declare test-hosts as testenv
This commit is contained in:
parent
be9e148100
commit
30dc199aa6
@ -7,6 +7,9 @@ all:
|
|||||||
ansible_ssh_private_key_file: ${ssh_private_key_file}
|
ansible_ssh_private_key_file: ${ssh_private_key_file}
|
||||||
network_interface: ens3
|
network_interface: ens3
|
||||||
children:
|
children:
|
||||||
|
testenv:
|
||||||
|
hosts:
|
||||||
|
${server_under_test_hostname}: null
|
||||||
unprovisioned:
|
unprovisioned:
|
||||||
hosts:
|
hosts:
|
||||||
${server_under_test_hostname}: null
|
${server_under_test_hostname}: null
|
||||||
|
Loading…
Reference in New Issue
Block a user