44 lines
515 B
INI
44 lines
515 B
INI
# Inventory file used by networking tests, see README.md for more information
|
|
|
|
[all:vars]
|
|
ansible_python_interpreter=python
|
|
|
|
[eos]
|
|
#veos-dut-01
|
|
veos01 ansible_network_os=eos
|
|
|
|
|
|
[nxos]
|
|
nxos01 ansible_network_os=nxos
|
|
|
|
[iosxr]
|
|
iosxr01 ansible_network_os=iosxr
|
|
|
|
[ios]
|
|
ios01 ansible_network_os=ios
|
|
#csr01
|
|
|
|
[junos]
|
|
vsrx01 ansible_network_os=junos
|
|
|
|
[cumulus]
|
|
clvx01
|
|
|
|
[vyos]
|
|
vyos02 ansible_network_os=vyos
|
|
|
|
[ops]
|
|
ops01
|
|
|
|
[asa]
|
|
asa01
|
|
|
|
[platform_agnostic:children]
|
|
ios
|
|
iosxr
|
|
eos
|
|
junos
|
|
vyos
|
|
nxos
|
|
|
|
# vim: nospell filetype=dosini
|