-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathinventory.ini
68 lines (52 loc) · 1012 Bytes
/
inventory.ini
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
[all:vars]
ansible_connection = network_cli
ansible_user = arista
ansible_network_os = eos
ansible_become = yes
ansible_become_method = enable
ansible_python_interpreter = /usr/bin/python3
[CVP:vars]
ansible_httpapi_host = 192.168.0.5
ansible_host = 192.168.0.5
ansible_user = arista
ansible_password = arista567z
ansible_connection = httpapi
ansible_httpapi_use_ssl = True
ansible_httpapi_validate_certs = False
ansible_network_os = eos
ansible_httpapi_port = 443
ansible_python_interpreter = /usr/bin/python3
[CVP]
CloudVision
[DC1:children]
spines_DC1
leafs_DC1
[DC2:children]
spines_DC2
leafs_DC2
[left_leafs]
leaf[1:4:2]-DC1
leaf[1:4:2]-DC2
borderleaf1-DC1
borderleaf1-DC2
[right_leafs]
leaf[2:4:2]-DC1
leaf[2:4:2]-DC2
borderleaf2-DC1
borderleaf2-DC2
[spines_DC1]
spine[1:3]-DC1
[leafs_DC1]
leaf[1:4]-DC1
borderleaf[1:2]-DC1
[spines_DC2]
spine[1:3]-DC2
[leafs_DC2]
leaf[1:4]-DC2
borderleaf[1:2]-DC2
[borderleafs_DC1]
borderleaf[1:2]-DC1
[borderleafs_DC2]
borderleaf[1:2]-DC2
[DCI_Switch]
DCI