-
Notifications
You must be signed in to change notification settings - Fork 0
/
inventory.yaml
70 lines (63 loc) · 1.72 KB
/
inventory.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
---
all:
children:
load_balancer:
hosts:
k8s.lab-lpp.local:
ansible_host: 129.104.6.165
is_dell_server: true
main_master:
hosts:
k8s-master1.lab-lpp.local:
ansible_host: 129.104.6.166
is_dell_server: false
secondary_masters:
hosts:
k8s-master2.lab-lpp.local:
ansible_host: 129.104.6.167
is_dell_server: false
k8s-master3.lab-lpp.local:
ansible_host: 129.104.6.168
is_dell_server: false
k8s-master4.lab-lpp.local:
ansible_host: 129.104.6.169
is_dell_server: false
masters:
children:
main_master:
secondary_masters:
workers:
hosts:
k8s-node1.lab-lpp.local:
ansible_host: 129.104.6.170
is_dell_server: true
k8s-node2.lab-lpp.local:
ansible_host: 129.104.6.171
is_dell_server: true
k8s-node3.lab-lpp.local:
ansible_host: 129.104.6.172
is_dell_server: true
k8s-node4.lab-lpp.local:
ansible_host: 129.104.6.173
is_dell_server: true
k8s-node5.lab-lpp.local:
ansible_host: 129.104.6.174
is_dell_server: true
k8s-node6.lab-lpp.local:
ansible_host: 129.104.6.175
is_dell_server: true
k8s-node7.lab-lpp.local:
ansible_host: 129.104.6.176
is_dell_server: true
new_workers:
hosts:
k8s-node3.lab-lpp.local:
ansible_host: 129.104.6.172
is_dell_server: true
k8s-node6.lab-lpp.local:
ansible_host: 129.104.6.175
is_dell_server: true
all_nodes:
children:
masters:
workers: