-
Notifications
You must be signed in to change notification settings - Fork 1
/
inventory.yml
70 lines (67 loc) · 1.96 KB
/
inventory.yml
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
all:
children:
AVD_LAB:
children:
CVP:
hosts:
CVP-1:
# DC1 Fabric
DC1_FABRIC:
children:
DC1_SPINES:
hosts:
DC1-SPINE1:
ansible_host: 192.168.200.101
DC1-SPINE2:
ansible_host: 192.168.200.102
DC1-SPINE3:
ansible_host: 192.168.200.103
DC1-SPINE4:
ansible_host: 192.168.200.104
DC1_LEAFS:
children:
DC1_LEAF1:
hosts:
DC1-LEAF1A:
ansible_host: 192.168.200.105
DC1_LEAF2:
hosts:
DC1-LEAF2A:
ansible_host: 192.168.200.106
DC1-LEAF2B:
ansible_host: 192.168.200.107
DC1_SVC3:
hosts:
DC1-SVC3A:
ansible_host: 192.168.200.108
DC1-SVC3B:
ansible_host: 192.168.200.109
# DC1_BL1:
# hosts:
# DC1-BL1A:
# ansible_host: 192.168.200.110
# DC1-BL1B:
# ansible_host: 192.168.200.111
DC1_L2LEAFS:
children:
DC1_L2LEAF1:
hosts:
DC1-L2LEAF1A:
ansible_host: 192.168.200.112
DC1_L2LEAF2:
hosts:
DC1-L2LEAF2A:
ansible_host: 192.168.200.113
DC1-L2LEAF2B:
ansible_host: 192.168.200.114
EOS:
children:
DC1_FABRIC:
DC1_TENANTS_NETWORKS:
children:
DC1_LEAFS:
DC1_L2LEAFS:
DC1_SERVERS:
children:
DC1_LEAFS:
DC1_L2LEAFS: