diff --git a/inventory.yml b/inventory.yml index bc406e0..91fae48 100644 --- a/inventory.yml +++ b/inventory.yml @@ -15,6 +15,8 @@ ungrouped: ansible_host: 192.168.1.129 nginx: ansible_host: 192.168.1.164 + pi: + ansible_host: 192.168.1.241 kube: hosts: kube-01: @@ -25,11 +27,11 @@ kube: ansible_host: 192.168.1.194 kube-04: ansible_host: 192.168.1.48 - pi: - ansible_host: 192.168.1.239 jellyfin: ansible_host: 192.168.1.125 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 + kube-master-3: + ansible_host: 192.168.1.23 \ No newline at end of file