From b1f59b3b5aba4d9e7fdb4b24b2addebb2455bc24 Mon Sep 17 00:00:00 2001 From: Semaphore Date: Wed, 11 Mar 2026 10:23:09 -0700 Subject: [PATCH] =?UTF-8?q?Add=20DFA=20Tech=20inventory=20=E2=80=94=20cp?= =?UTF-8?q?=20from=20template,=20alpine-caddy=20LXC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../client_dfa_tech/group_vars/all.yml | 5 +++++ inventories/client_dfa_tech/hosts.yml | 21 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 inventories/client_dfa_tech/group_vars/all.yml create mode 100644 inventories/client_dfa_tech/hosts.yml 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: {}