e5094e8071
* Move var_blending test inventory into test. * Remove Amazon specific inventory entry for tests. * Remove Azure specific inventory entry for tests. * Move var_precedence test inventory into test. * Move unicode test inventory into test. * Remove unused inventory entry. * Move gathering_facts test inventory into test. * Move delegate_to test inventory into test. * Clean up inventory for binary_modules test. * Clean up integration test inventory.
27 lines
633 B
Text
27 lines
633 B
Text
# Do not put test specific entries in this inventory file.
|
|
# For script based test targets (using runme.sh) put the inventory file in the test's directory instead.
|
|
|
|
[testgroup]
|
|
testhost ansible_connection=local
|
|
|
|
[aci:vars]
|
|
aci_hostname=your-apic-1
|
|
aci_username=admin
|
|
aci_password=your-apic-password
|
|
aci_validate_certs=no
|
|
aci_use_ssl=yes
|
|
aci_use_proxy=no
|
|
|
|
[aci]
|
|
localhost ansible_ssh_host=127.0.0.1 ansible_connection=local
|
|
|
|
[msc:vars]
|
|
msc_hostname=your-msc-1
|
|
msc_username=admin
|
|
msc_password=your-msc-password
|
|
msc_validate_certs=no
|
|
msc_use_ssl=yes
|
|
msc_use_proxy=no
|
|
|
|
[msc]
|
|
localhost ansible_ssh_host=127.0.0.1 ansible_connection=local
|