From 3fbc8ed091e5a41ecfdaabd08ef323a10c7103ed Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 17 Feb 2021 06:48:51 -0600 Subject: [PATCH] Change IPs of k8s cluster to reflect a change in networking Gotta get that reserve block for VIPs n stuff --- inventory/hosts.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 2ee7b02..0f0457e 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -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