From 27ac4224760922ff50260507a60c50ee1655da3c Mon Sep 17 00:00:00 2001 From: akshun Date: Fri, 20 Sep 2024 20:53:18 +0530 Subject: [PATCH] change ips of hosts kube and pi --- inventory.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inventory.yml b/inventory.yml index dd39a7a..c0eef86 100644 --- a/inventory.yml +++ b/inventory.yml @@ -24,16 +24,16 @@ ungrouped: ansible_user: akshun pi: ansible_host: 192.168.1.44 - ansible_user: root + ansible_user: akshun kube: hosts: kube-01: - ansible_host: 192.168.1.24 + ansible_host: 192.168.1.30 ansible_user: akshun kube-02: - ansible_host: 192.168.1.27 + ansible_host: 192.168.1.21 ansible_user: akshun kube-03: - ansible_host: 192.168.1.26 + ansible_host: 192.168.1.32 ansible_user: akshun