From 8d3459fbe46bd7431a68fbd80d28932a2e8c3433 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sun, 11 Aug 2024 18:27:36 +0530 Subject: [PATCH] change docker hosts to kube --- inventory.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/inventory.yml b/inventory.yml index 9705461..b8d6d43 100644 --- a/inventory.yml +++ b/inventory.yml @@ -22,20 +22,20 @@ ungrouped: nvidia: ansible_host: 192.168.1.113 ansible_user: akshun -docker: +kube: hosts: - docker-swarm-1: - ansible_host: 192.168.1.217 + kube-01: + ansible_host: 192.168.1.24 ansible_user: akshun - docker-swarm-2: - ansible_host: 192.168.1.201 + kube-02: + ansible_host: 192.168.1.25 ansible_user: akshun - docker-swarm-3: - ansible_host: 192.168.1.110 + kube-03: + ansible_host: 192.168.1.26 ansible_user: akshun pi: ansible_host: 192.168.1.80 ansible_user: akshun - jellyfin: - ansible_host: 192.168.1.192 + kube-jellyfin: + ansible_host: 192.168.1.23 ansible_user: akshun \ No newline at end of file