diff --git a/inventories/clients/brenex/hosts.yml b/inventories/clients/brenex/hosts.yml index 85dff9d..115a417 100644 --- a/inventories/clients/brenex/hosts.yml +++ b/inventories/clients/brenex/hosts.yml @@ -14,8 +14,31 @@ all: human_estimate_seconds: 2700 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: - 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: ansible_user: root os_family: "debian"