-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinventory.yaml
49 lines (47 loc) · 1.48 KB
/
inventory.yaml
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
all:
children:
AVD_LAB:
children:
DC1_FABRIC:
children:
DC1_SPINES:
hosts:
DC1_SPINE1:
ansible_host: 172.100.102.2
DC1_SPINE2:
ansible_host: 172.100.102.3
DC1_L3_LEAFS:
children:
DC1_LEAF1:
hosts:
DC1_LEAF1A:
ansible_host: 172.100.102.4
DC1_LEAF1B:
ansible_host: 172.100.102.5
DC1_LEAF2A:
ansible_host: 172.100.102.8
DC1_LEAF2B:
ansible_host: 172.100.102.9
DC1_BOARDER1:
ansible_host: 172.100.102.14
DC1_BOARDER2:
ansible_host: 172.100.102.15
vars:
ansible_connection: httpapi
ansible_httpapi_use_ssl: true
ansible_httpapi_validate_certs: false
ansible_user: admin
ansible_password: admin
ansible_become: true
ansible_become_method: enable
ansible_network_os: eos
ansible_httpapi_port: 443
ansible_python_interpreter: $(which python3)
DC1_NETWORK_SERVICES:
children:
DC1_L3_LEAFS:
DC1_BOARDERS:
DC1_CONNECTED_ENDPOINTS:
children:
DC1_L3_LEAFS:
DC1_BOARDERS: