-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinventory.yml
60 lines (57 loc) · 2.06 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
56
57
58
59
60
CORE:
- host: 192.168.122.11
static_route:
- destination_prefix: 192.168.20.0/24
next_hop_address: 10.10.12.2
- destination_prefix: 192.168.30.0/24
next_hop_address: 10.10.12.2
- destination_prefix: 192.168.40.0/24
next_hop_address: 10.10.12.2
- destination_prefix: 192.168.41.0/24
next_hop_address: 10.10.12.2
- destination_prefix: 10.10.23.0/24
next_hop_address: 10.10.12.2
- destination_prefix: 10.10.34.0/24
next_hop_address: 10.10.12.2
- host: 192.168.122.12
static_route:
- destination_prefix: 192.168.10.0/24
next_hop_address: 10.10.12.1
- destination_prefix: 192.168.11.0/24
next_hop_address: 10.10.12.1
- destination_prefix: 192.168.30.0/24
next_hop_address: 10.10.23.3
- destination_prefix: 192.168.40.0/24
next_hop_address: 10.10.23.3
- destination_prefix: 192.168.41.0/24
next_hop_address: 10.10.23.3
- destination_prefix: 10.10.34.0/24
next_hop_address: 10.10.23.3
- host: 192.168.122.13
static_route:
- destination_prefix: 192.168.10.0/24
next_hop_address: 10.10.23.2
- destination_prefix: 192.168.11.0/24
next_hop_address: 10.10.23.2
- destination_prefix: 192.168.20.0/24
next_hop_address: 10.10.23.2
- destination_prefix: 192.168.40.0/24
next_hop_address: 10.10.34.4
- destination_prefix: 192.168.41.0/24
next_hop_address: 10.10.34.4
- destination_prefix: 10.10.12.0/24
next_hop_address: 10.10.23.2
- host: 192.168.122.14
static_route:
- destination_prefix: 192.168.10.0/24
next_hop_address: 10.10.34.3
- destination_prefix: 192.168.11.0/24
next_hop_address: 10.10.34.3
- destination_prefix: 192.168.20.0/24
next_hop_address: 10.10.34.3
- destination_prefix: 192.168.30.0/24
next_hop_address: 10.10.34.3
- destination_prefix: 10.10.23.0/24
next_hop_address: 10.10.34.3
- destination_prefix: 10.10.12.0/24
next_hop_address: 10.10.34.3