grouped kube hosts
This commit is contained in:
@@ -1,26 +1,14 @@
|
|||||||
---
|
---
|
||||||
ungruped:
|
ungrouped:
|
||||||
hosts:
|
hosts:
|
||||||
minecraft:
|
minecraft:
|
||||||
ansible_host: 192.168.1.2
|
ansible_host: 192.168.1.2
|
||||||
omv:
|
omv:
|
||||||
ansible_host: 192.168.1.4
|
ansible_host: 192.168.1.4
|
||||||
pi:
|
|
||||||
ansible_host: 192.168.1.241
|
|
||||||
proxmox:
|
proxmox:
|
||||||
ansible_host: 192.168.1.126
|
ansible_host: 192.168.1.126
|
||||||
acer:
|
acer:
|
||||||
ansible_host: 192.168.1.201
|
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:
|
pihole:
|
||||||
ansible_host: 192.168.1.210
|
ansible_host: 192.168.1.210
|
||||||
prowlarr:
|
prowlarr:
|
||||||
@@ -31,3 +19,17 @@ ungruped:
|
|||||||
ansible_host: localhost
|
ansible_host: localhost
|
||||||
jellyfin:
|
jellyfin:
|
||||||
ansible_host: 192.168.1.5
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user