diff --git a/inventory.yml b/inventory.yml index e1a8918..07218ef 100644 --- a/inventory.yml +++ b/inventory.yml @@ -15,19 +15,10 @@ ungrouped: ansible_host: 192.168.1.221 nextcloud: ansible_host: 192.168.1.220 -kube: - hosts: - kube-01: - ansible_host: 192.168.1.151 - kube-02: - ansible_host: 192.168.1.8 - kube-03: - ansible_host: 192.168.1.194 - 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 pi: - ansible_host: 192.168.1.80 \ No newline at end of file + ansible_host: 192.168.1.80 +docker: + hosts: + docker: + ansible_host: 192.168.1.165 +