diff --git a/inventories/client_dfa_tech/group_vars/all.yml b/inventories/client_dfa_tech/group_vars/all.yml new file mode 100644 index 0000000..9bdf370 --- /dev/null +++ b/inventories/client_dfa_tech/group_vars/all.yml @@ -0,0 +1,5 @@ +--- +# Client: DFA Tech Colo (DFA-001) +# Onboarded: 2026-03-10 +# VPN: IPSec +# Hypervisor: Proxmox diff --git a/inventories/client_dfa_tech/hosts.yml b/inventories/client_dfa_tech/hosts.yml new file mode 100644 index 0000000..622ef4b --- /dev/null +++ b/inventories/client_dfa_tech/hosts.yml @@ -0,0 +1,21 @@ +--- +all: + vars: + client_id: "DFA-001" + client_name: "DFA Tech Colo" + billing_model: "hybrid" + change_freeze: false + hypervisor_type: "proxmox" + auto_reboot: false + + children: + linux_hosts: + hosts: + alpine-caddy: + ansible_host: 10.86.13.202 + ansible_user: root + os_family: "alpine" + human_estimate_seconds: 2700 + + windows_hosts: + hosts: {}