From f49786949bad392d59864d4b503884f38c1b13d7 Mon Sep 17 00:00:00 2001 From: akshun Date: Sat, 24 Feb 2024 19:57:58 +0530 Subject: [PATCH] grouped kube hosts --- inventory.yml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) 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