You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/inventory.network

45 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