-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathinventory.yml
41 lines (41 loc) · 938 Bytes
/
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
---
all:
vars:
ansible_ssh_private_key_file: insecure_private_key
children:
juniper:
vars:
ansible_connection: netconf
ansible_network_os: junos
children:
vMX:
vQFX:
hosts:
sw1:
ansible_host: 10.250.0.111
ansible_user: vagrant
version: 19.4R1.10
model: VQFX-10000
cisco:
children:
IOSXE:
NXOS:
hosts:
n9kv1:
ansible_host: 10.250.0.113
ansible_user: vagrant
ansible_password: vagrant
version: 4.21.1.1F
model: vEOS
arista:
children:
vEOS:
hosts:
veos1:
ansible_host: 10.250.0.112
ansible_user: vagrant
ansible_password: vagrant
version: 4.21.1.1F
model: vEOS
cEOS:
...