-
Notifications
You must be signed in to change notification settings - Fork 6
/
hosts.yaml
75 lines (59 loc) · 1014 Bytes
/
hosts.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
S1:
hostname: 192.168.31.101
groups:
- cisco_group
data:
all: yes
routing: yes
S2:
hostname: 192.168.31.102
groups:
- cisco_group
data:
all: yes
routing: yes
S3:
hostname: 192.168.31.103
groups:
- cisco_group
data:
all: yes
routing: yes
etherchannel: yes
trunking: yes
vlan: yes
S4:
hostname: 192.168.31.104
groups:
- cisco_group
data:
all: yes
routing: yes
etherchannel: yes
trunking: yes
vlan: yes
S5:
hostname: 192.168.31.105
groups:
- cisco_group
data:
all: yes
trunking: yes
vlan: yes
S6:
hostname: 192.168.31.106
groups:
- cisco_group
data:
all: yes
trunking: yes
vlan: yes
S7:
hostname: 192.168.31.107
groups:
- cisco_group
data:
all: yes
trunking: yes
vlan: yes