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:
Salt 2021-02-17 06:48:51 -06:00
parent 1fdb9651c0
commit 3fbc8ed091

View File

@ -36,24 +36,24 @@ all:
kubernetes_role: master kubernetes_role: master
hosts: hosts:
kub-ms1: kub-ms1:
ansible_host: 192.168.122.82 ansible_host: 192.168.115.187
k8s_nodes: k8s_nodes:
vars: vars:
kubernetes_role: node kubernetes_role: node
hosts: hosts:
kub-node1: kub-node1:
ansible_host: 192.168.122.120 ansible_host: 192.168.115.131
kub-node2: kub-node2:
ansible_host: 192.168.122.151 ansible_host: 192.168.115.198
kub-node3: kub-node3:
ansible_host: 192.168.122.131 ansible_host: 192.168.115.251
kub-node4: kub-node4:
ansible_host: 192.168.122.234 ansible_host: 192.168.115.224
kub-node5: kub-node5:
ansible_host: 192.168.122.109 ansible_host: 192.168.115.190
kub-node6: kub-node6:
ansible_host: 192.168.122.105 ansible_host: 192.168.115.196
kub-node7: kub-node7:
ansible_host: 192.168.122.157 ansible_host: 192.168.115.170
kub-node8: kub-node8:
ansible_host: 192.168.122.221 ansible_host: 192.168.115.199