From 98971dfd0117b12ecd964a5a61fafbb5ada3b41a Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sat, 25 Oct 2025 05:36:18 +0000 Subject: [PATCH] delete contabo, add nginx and kube-lb hosts --- inventory.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/inventory.yml b/inventory.yml index 7149a3f..71c2b22 100644 --- a/inventory.yml +++ b/inventory.yml @@ -13,8 +13,8 @@ ungrouped: ansible: ansible_host: 192.168.1.29 ansible_user: akshun - contabo: - ansible_host: 156.67.111.47 + nginx: + ansible_host: 192.168.1.22 ansible_user: akshun kube: @@ -35,6 +35,15 @@ kube: ansible_host: 192.168.1.105 ansible_user: akshun +kube-lb: + hosts: + kube-lb-01: + ansible_host: 192.168.1.51 + ansible_user: akshun + kube-lb-02: + ansible_host: 192.168.1.52 + ansible_user: akshun + proxmox: hosts: proxmox-main: