Compare commits
2 Commits
3a41335c34
...
a8f9c1b19d
| Author | SHA1 | Date | |
|---|---|---|---|
| a8f9c1b19d | |||
| 98971dfd01 |
@@ -13,8 +13,8 @@ ungrouped:
|
|||||||
ansible:
|
ansible:
|
||||||
ansible_host: 192.168.1.29
|
ansible_host: 192.168.1.29
|
||||||
ansible_user: akshun
|
ansible_user: akshun
|
||||||
contabo:
|
nginx:
|
||||||
ansible_host: 156.67.111.47
|
ansible_host: 192.168.1.22
|
||||||
ansible_user: akshun
|
ansible_user: akshun
|
||||||
|
|
||||||
kube:
|
kube:
|
||||||
@@ -35,6 +35,15 @@ kube:
|
|||||||
ansible_host: 192.168.1.105
|
ansible_host: 192.168.1.105
|
||||||
ansible_user: akshun
|
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:
|
proxmox:
|
||||||
hosts:
|
hosts:
|
||||||
proxmox-main:
|
proxmox-main:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: kube,ungrouped
|
- hosts: kube,ungrouped,kube-lb
|
||||||
become: true
|
become: true
|
||||||
vars_files:
|
vars_files:
|
||||||
- ../secret
|
- ../secret
|
||||||
|
|||||||
Reference in New Issue
Block a user