From f8b93125d3345536b6a0baf6d6778eefa460fba3 Mon Sep 17 00:00:00 2001 From: akshun Date: Mon, 29 Apr 2024 18:21:30 +0530 Subject: [PATCH] Update inventory.yml --- inventory.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory.yml b/inventory.yml index b402163..02a1697 100644 --- a/inventory.yml +++ b/inventory.yml @@ -11,8 +11,6 @@ ungrouped: ansible_host: 192.168.1.210 nginx: ansible_host: 192.168.1.164 -# pi: -# ansible_host: 192.168.1.241 kube: hosts: kube-01: @@ -26,4 +24,6 @@ kube: kube-master-1: ansible_host: 192.168.1.93 kube-master-2: - ansible_host: 192.168.1.96 \ No newline at end of file + ansible_host: 192.168.1.96 + pi: + ansible_host: 192.168.1.241 \ No newline at end of file