-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhosts.yaml
101 lines (91 loc) · 1.94 KB
/
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
---
R1:
hostname: "10.10.10.101"
groups:
- IOS_group
data:
location: "Central"
layer: "Core"
Contact: "CentralAdmin@gh-lab.com"
ASN: "65001"
R2:
hostname: "10.10.10.102"
groups:
- IOS_group
data:
location: "Central"
layer: "Distribution"
Contact: "CentralAdmin@gh-lab.com"
ASN: "65001"
R3:
hostname: "10.10.10.103"
groups:
- IOS_group
data:
location: "North"
layer: "Core"
Contact: "Northdmin@gh-lab.com"
ASN: "65002"
R4:
hostname: "10.10.10.104"
groups:
- IOS_group
data:
location: "North"
layer: "Distribution"
Contact: "Northdmin@gh-lab.com"
ASN: "65002"
R5:
hostname: "10.10.10.105"
groups:
- IOS_group
data:
location: "South"
layer: "Core"
Contact: "SouthAdmin@gh-lab.com"
ASN: "65003"
R6:
hostname: "10.10.10.106"
groups:
- IOS_group
data:
location: "South"
layer: "Core"
Contact: "SouthAdmin@gh-lab.com"
ASN: "65003"
R7:
hostname: "10.10.10.107"
groups:
- IOS_group
data:
location: "East"
layer: "Core"
Contact: "EastAdmin@gh-lab.com"
ASN: "65004"
R8:
hostname: "10.10.10.108"
groups:
- IOS_group
data:
location: "East"
layer: "Distribution"
Contact: "EastAdmin@gh-lab.com"
ASN: "65004"
CSR1:
hostname: "10.10.10.112"
groups:
- IOS_group
data:
location: "West"
layer: "Core"
Contact: "WestAdmin@gh-lab.com"
ASN: "65005"
CSR2:
hostname: "10.10.10.113"
groups:
- IOS_group
data:
location: "West"
layer: "Distribution"
Contact: "WestAdmin@gh-lab.com"
ASN: "65005"