diff --git a/inventory.yml b/inventory.yml index 4d8b942..c4195b4 100644 --- a/inventory.yml +++ b/inventory.yml @@ -1,26 +1,14 @@ --- -ungruped: +ungrouped: hosts: minecraft: ansible_host: 192.168.1.2 omv: ansible_host: 192.168.1.4 - pi: - ansible_host: 192.168.1.241 proxmox: ansible_host: 192.168.1.126 acer: ansible_host: 192.168.1.201 - kube-01: - ansible_host: 192.168.1.151 - kube-02: - ansible_host: 192.168.1.194 - kube-03: - ansible_host: 192.168.1.87 - kube-04: - ansible_host: 192.168.1.182 - kube-05: - ansible_host: 192.168.1.127 pihole: ansible_host: 192.168.1.210 prowlarr: @@ -31,3 +19,17 @@ ungruped: ansible_host: localhost jellyfin: ansible_host: 192.168.1.5 +kube: + hosts: + kube-01: + ansible_host: 192.168.1.151 + kube-02: + ansible_host: 192.168.1.194 + kube-03: + ansible_host: 192.168.1.87 + kube-04: + ansible_host: 192.168.1.182 + kube-05: + ansible_host: 192.168.1.127 + pi: + ansible_host: 192.168.1.241