Compare commits
2 Commits
3a41335c34
...
a8f9c1b19d
| Author | SHA1 | Date | |
|---|---|---|---|
| a8f9c1b19d | |||
| 98971dfd01 |
@@ -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:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: kube,ungrouped
|
||||
- hosts: kube,ungrouped,kube-lb
|
||||
become: true
|
||||
vars_files:
|
||||
- ../secret
|
||||
|
||||
Reference in New Issue
Block a user