From b738cd2bbffbd7910979a4c1c007e5cc5b6338bb Mon Sep 17 00:00:00 2001 From: akshun Date: Sun, 26 May 2024 18:28:26 +0530 Subject: [PATCH] remove kube hosts and add docker --- inventory.yml | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) 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 +