From a19973c891643aa48658b78de139a435d9fb4c6a Mon Sep 17 00:00:00 2001 From: akshun Date: Thu, 15 Feb 2024 09:08:26 +0530 Subject: [PATCH] Changed docker swarm hosts to kubernetes hosts --- inventory.yml | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) 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: