Added hosts
This commit is contained in:
@@ -14,8 +14,31 @@ all:
|
|||||||
human_estimate_seconds: 2700
|
human_estimate_seconds: 2700
|
||||||
|
|
||||||
children:
|
children:
|
||||||
|
xcpng_pools:
|
||||||
|
vars:
|
||||||
|
ansible_become: false
|
||||||
|
ansible_user: "root"
|
||||||
|
pool_uuid: "2fcf9de0-f7dd-440a-a01b-16886cab59ca"
|
||||||
|
ceph_enabled: false
|
||||||
|
shared_storage: false
|
||||||
|
upgrade_order:
|
||||||
|
- brenex-pool-01
|
||||||
|
|
||||||
|
hosts:
|
||||||
|
brenex-pool-01:
|
||||||
|
ansible_host: 192.168.123.11
|
||||||
|
|
||||||
linux_hosts:
|
linux_hosts:
|
||||||
hosts: {}
|
hosts:
|
||||||
|
caddy-server:
|
||||||
|
ansible_host: 192.168.123.16
|
||||||
|
pritunl-vpn-server:
|
||||||
|
ansible_host: 192.168.123.15
|
||||||
|
xoa-server:
|
||||||
|
ansible_host: 192.168.123.146
|
||||||
|
graylog-server:
|
||||||
|
ansible_host:192.168.123.16
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
ansible_user: root
|
ansible_user: root
|
||||||
os_family: "debian"
|
os_family: "debian"
|
||||||
|
|||||||
Reference in New Issue
Block a user