-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathinventory-multinic.yml
More file actions
62 lines (56 loc) · 1.44 KB
/
Copy pathinventory-multinic.yml
File metadata and controls
62 lines (56 loc) · 1.44 KB
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
---
all:
children:
bootstrap:
hosts:
bootstrap.example.com:
ipv4: 192.168.1.1
master:
hosts:
master1.example.com:
ipv4: 192.168.1.2
master2.example.com:
ipv4: 192.168.1.3
master3.example.com:
ipv4: 192.168.1.4
worker:
hosts:
worker1.example.com:
interfaces:
ens192:
ipv4: 192.168.2.10
mask: 255.255.255.0
gtwy: 192.168.2.254
ens224:
ipv4: 192.168.3.10
mask: 255.255.255.0
gtwy: 192.168.3.254
worker2.example.com:
interfaces:
ens192:
ipv4: 192.168.2.11
mask: 255.255.255.0
gtwy: 192.168.2.254
ens224:
ipv4: 192.168.3.11
mask: 255.255.255.0
gtwy: 192.168.3.254
ens256:
ipv4: 192.168.4.11
mask: 255.255.255.0
gtwy: 192.168.4.254
ens161:
ipv4: 192.168.5.11
mask: 255.255.255.0
gtwy: 192.168.5.254
worker3.example.com:
interfaces:
ens192:
ipv4: 192.168.2.12
mask: 255.255.255.0
gtwy: 192.168.2.254
ens224:
ipv4: 192.168.3.12
mask: 255.255.255.0
gtwy: 192.168.3.254
...