mirror of https://github.com/ansible/ansible.git
prepare_vmware_tests: run test w/ just 1 vcsa (#65433)
Add the ability to run test with just a VCSA instance. This allow us to test a subset of tests that don't need any ESXi nodes.pull/65469/head
parent
daecbb9bf0
commit
974e8cec3d
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
esxi_hosts: []
|
||||||
|
infra:
|
||||||
|
virtual_machines: []
|
||||||
|
virtual_machines_in_cluster: []
|
||||||
|
#esxi_password: ''
|
Loading…
Reference in New Issue