Change IPs of k8s cluster to reflect a change in networking
Gotta get that reserve block for VIPs n stuff
This commit is contained in:
parent
1fdb9651c0
commit
3fbc8ed091
@ -36,24 +36,24 @@ all:
|
||||
kubernetes_role: master
|
||||
hosts:
|
||||
kub-ms1:
|
||||
ansible_host: 192.168.122.82
|
||||
ansible_host: 192.168.115.187
|
||||
k8s_nodes:
|
||||
vars:
|
||||
kubernetes_role: node
|
||||
hosts:
|
||||
kub-node1:
|
||||
ansible_host: 192.168.122.120
|
||||
ansible_host: 192.168.115.131
|
||||
kub-node2:
|
||||
ansible_host: 192.168.122.151
|
||||
ansible_host: 192.168.115.198
|
||||
kub-node3:
|
||||
ansible_host: 192.168.122.131
|
||||
ansible_host: 192.168.115.251
|
||||
kub-node4:
|
||||
ansible_host: 192.168.122.234
|
||||
ansible_host: 192.168.115.224
|
||||
kub-node5:
|
||||
ansible_host: 192.168.122.109
|
||||
ansible_host: 192.168.115.190
|
||||
kub-node6:
|
||||
ansible_host: 192.168.122.105
|
||||
ansible_host: 192.168.115.196
|
||||
kub-node7:
|
||||
ansible_host: 192.168.122.157
|
||||
ansible_host: 192.168.115.170
|
||||
kub-node8:
|
||||
ansible_host: 192.168.122.221
|
||||
ansible_host: 192.168.115.199
|
||||
|
Loading…
Reference in New Issue
Block a user