Compare commits

...

2 Commits

Author SHA1 Message Date
a8f9c1b19d add kube-lb hosts 2025-10-25 05:36:37 +00:00
98971dfd01 delete contabo, add nginx and kube-lb hosts 2025-10-25 05:36:18 +00:00
2 changed files with 12 additions and 3 deletions

View File

@@ -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:

View File

@@ -1,5 +1,5 @@
---
- hosts: kube,ungrouped
- hosts: kube,ungrouped,kube-lb
become: true
vars_files:
- ../secret