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}
|
||||
network_interface: ens3
|
||||
children:
|
||||
testenv:
|
||||
hosts:
|
||||
${server_under_test_hostname}: null
|
||||
unprovisioned:
|
||||
hosts:
|
||||
${server_under_test_hostname}: null
|
||||
|
Loading…
Reference in New Issue
Block a user