From d4f0276fdca9d462cbc62e62b65970924aaf9065 Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Fri, 24 Apr 2026 18:00:55 -0700 Subject: [PATCH] Added hosts --- inventories/clients/brenex/hosts.yml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) 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"