2019-01-10 23:45:12 +01:00
|
|
|
# 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.
|
2016-03-15 02:48:40 +01:00
|
|
|
|
2019-01-10 23:45:12 +01:00
|
|
|
[testgroup]
|
|
|
|
testhost ansible_connection=local
|
2014-02-20 18:51:13 +01:00
|
|
|
|
2018-01-20 02:47:28 +01:00
|
|
|
[aci:vars]
|
|
|
|
aci_hostname=your-apic-1
|
|
|
|
aci_username=admin
|
2018-10-29 18:45:42 +01:00
|
|
|
aci_password=your-apic-password
|
2018-01-21 00:38:20 +01:00
|
|
|
aci_validate_certs=no
|
|
|
|
aci_use_ssl=yes
|
|
|
|
aci_use_proxy=no
|
2018-01-20 02:47:28 +01:00
|
|
|
|
|
|
|
[aci]
|
|
|
|
localhost ansible_ssh_host=127.0.0.1 ansible_connection=local
|
|
|
|
|
2018-10-29 18:45:42 +01:00
|
|
|
[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
|