From 2a4ab2c05182ef1838a928c9c3a4b2ff79759b63 Mon Sep 17 00:00:00 2001 From: akshun Date: Tue, 12 Mar 2024 11:31:06 +0530 Subject: [PATCH] Changed IPs of host kube-04 and kube-05 --- inventory.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory.yml b/inventory.yml index 7562c72..231b693 100644 --- a/inventory.yml +++ b/inventory.yml @@ -26,8 +26,8 @@ kube: kube-03: ansible_host: 192.168.1.87 kube-04: - ansible_host: 192.168.1.182 + ansible_host: 192.168.1.181 kube-05: - ansible_host: 192.168.1.127 + ansible_host: 192.168.1.182 pi: ansible_host: 192.168.1.239