mirror of https://github.com/ansible/ansible.git
Network inventory file (#18240)
parent
e0cc7b3415
commit
8331e915e0
@ -0,0 +1,34 @@
|
||||
# Inventory file used by networking tests, see README.md for more information
|
||||
|
||||
[all:vars]
|
||||
ansible_python_interpreter=python
|
||||
|
||||
[eos]
|
||||
veos01
|
||||
|
||||
[nxos]
|
||||
nxos01
|
||||
|
||||
[iosxr]
|
||||
iosxr01
|
||||
|
||||
[ios]
|
||||
ios01
|
||||
csr01
|
||||
|
||||
[junos]
|
||||
vsrx01
|
||||
|
||||
[cumulus]
|
||||
clvx01
|
||||
|
||||
[vyos]
|
||||
vyos01
|
||||
|
||||
[ops]
|
||||
ops01
|
||||
|
||||
[asa]
|
||||
asa01
|
||||
|
||||
# vim: nospell filetype=dosini
|
Loading…
Reference in New Issue