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