diff --git a/inventory.yml b/inventory.yml index d974fba..4d8b942 100644 --- a/inventory.yml +++ b/inventory.yml @@ -1,5 +1,5 @@ --- -docker_hosts: +ungruped: hosts: minecraft: ansible_host: 192.168.1.2 @@ -11,25 +11,16 @@ docker_hosts: ansible_host: 192.168.1.126 acer: ansible_host: 192.168.1.201 - docker-swarm-01: - ansible_host: 192.168.1.89 - docker-swarm-02: - ansible_host: 192.168.1.91 - docker-swarm-03: - ansible_host: 192.168.1.189 - docker-swarm-04: - ansible_host: 192.168.1.231 - docker-swarm-05: - ansible_host: 192.168.1.14 - docker-swarm-06: - ansible_host: 192.168.1.20 - docker-swarm-07: - ansible_host: 192.168.1.123 - docker-swarm-08: - ansible_host: 192.168.1.15 - -non_docker_hosts: - 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 pihole: ansible_host: 192.168.1.210 prowlarr: