summaryrefslogtreecommitdiff
path: root/test/integration/inventory.network
blob: fd0250115ad2b7dd4bc723a485805ace6265c0cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 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