forked from varnumd/ansible-arista-evpn-lab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
home3
84 lines (68 loc) · 1.84 KB
/
home3
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#[all:vars]
#no all vars should be here. they should be in the group_vars/all.vars file
[lab]
burtmacklin ansible_ssh_host=192.168.1.254
uncle-leo-swt ansible_ssh_host=192.168.1.253
guitargarage-ap ansible_ssh_host=192.168.1.244
[guitar_garage]
burtmacklin ansible_ssh_host=192.168.1.254
uncle-leo-swt ansible_ssh_host=192.168.1.253
guitargarage-ap ansible_ssh_host=192.168.1.244
[test]
burtmacklin ansible_ssh_host=192.168.1.254
[l_router]
HDC-Default ansible_host=192.168.1.130
HDC-Sprint ansible_host=192.168.1.131
HDC-VBZ ansible_host=192.168.1.132
#TDC-Default ansible_host=192.168.1.133
#TDC-MPLS ansible_host=192.168.1.134
#TDC-notinuse ansible_host=192.168.1.135
#SPRINT ansible_host=192.168.1.136
#VERIZON ansible_host=192.168.1.137
#East-A ansible_host=192.168.1.138
#East-B ansible_host=192.168.1.139
#East-LAN ansible_host=192.168.1.140
#West-A ansible_host=192.168.1.141
#West-B ansible_host=192.168.1.142
#West-LAN ansible_host=192.168.1.143
#Core ansible_host=192.168.1.144
[l_switch]
s1 ansible_host=192.168.1.134
nxos1 ansible_host=192.168.1.133 ansible_network_os=nxos
[arista_vxlan]
spine01 ansible_host=192.168.1.62
spine02 ansible_host=192.168.1.75
leaf01 ansible_host=192.168.1.71
leaf02 ansible_host=192.168.1.72
leaf03 ansible_host=192.168.1.73
[nxos]
nxos01 ansible_host=192.168.1.71
nxos02 ansible_host=192.168.1.72
[pa_lab]
#pan-vm ansible_host=192.168.1.95
pan-vm2 ansible_host=192.168.1.247
#pan-vm3 ansible_host=192.168.1.191
#pan-vm4 ansible_host=192.168.199
[ansible]
baxterboy ansible_host=192.168.1.249
#[lab:children]
#l_router
##l_switch
#arista_vxlan
#nxos
#home
[access_switch]
access-switch ansible_host=192.168.1.95
access-switch2 ansible_host=192.168.1.96
access-switch3 ansible_host=192.168.1.97
[everything:children]
l_router
#l_switch
arista_vxlan
pa_lab
nxos
access_switch
guitar_garage
[switch:children]
home
l_switch