-
Notifications
You must be signed in to change notification settings - Fork 13
/
inventory.yml
55 lines (55 loc) · 1.6 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
---
all:
children:
DC1:
children:
DC1_FABRIC:
children:
DC1_SPINES:
hosts:
DC1-SPINE1:
ansible_host: 192.168.0.10
DC1-SPINE2:
ansible_host: 192.168.0.11
DC1_L3LEAFS:
children:
DC1_LEAF1:
hosts:
DC1-LEAF1A:
ansible_host: 192.168.0.12
DC1-LEAF1B:
ansible_host: 192.168.0.13
DC1_LEAF2:
hosts:
DC1-LEAF2A:
ansible_host: 192.168.0.14
DC1-LEAF2B:
ansible_host: 192.168.0.15
DC1_L2LEAFS:
children:
DC1_L2LEAF1:
hosts:
DC1-L2LEAF1A:
ansible_host: 192.168.0.21
DC1_L2LEAF2:
hosts:
DC1-L2LEAF2A:
ansible_host: 10.255.0.22
vars:
ansible_connection: httpapi
ansible_network_os: eos
ansible_user: arista
# should use vault for passwords
ansible_ssh_pass: arista
ansible_become: true
ansible_become_method: enable
ansible_httpapi_use_ssl: true
ansible_httpapi_validate_certs: false
DC1_TENANTS_NETWORKS:
children:
DC1_L3LEAFS:
DC1_L2LEAFS:
DC1_SERVERS:
children:
DC1_L3LEAFS:
DC1_L2LEAFS: