mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Network inventory file (#18240)
This commit is contained in:
parent
e0cc7b3415
commit
8331e915e0
1 changed files with 34 additions and 0 deletions
34
test/integration/inventory.network
Normal file
34
test/integration/inventory.network
Normal file
|
@ -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 a new issue