ansible/test/integration/inventory.network

37 lines
316 B
SYSTEMD
Raw Normal View History

2016-10-28 21:16:57 +02:00
# Inventory file used by networking tests, see README.md for more information
[all:vars]
ansible_python_interpreter=python
[eos]
#veos-dut-01
veos01
2016-10-28 21:16:57 +02:00
[nxos]
nxos01
[iosxr]
iosxr01
[ios]
ios01
2016-10-31 16:42:27 +01:00
#csr01
2016-10-28 21:16:57 +02:00
[junos]
vsrx01
[cumulus]
clvx01
[vyos]
vyos-dut-01
2016-10-28 21:16:57 +02:00
[ops]
ops01
[asa]
asa01
# vim: nospell filetype=dosini