Moved configs to clients directory, updated onboarding script to reflect changes.
This commit is contained in:
64
inventories/clients/dfa_tech/hosts.yml
Normal file
64
inventories/clients/dfa_tech/hosts.yml
Normal file
@@ -0,0 +1,64 @@
|
||||
---
|
||||
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
|
||||
proxmox_vmid: 110
|
||||
max_load_multiplier: 5 # override — known memory pressure issue
|
||||
urbackupserver:
|
||||
ansible_host: 10.86.15.208
|
||||
ansible_user: root
|
||||
os_family: "debian"
|
||||
human_estimate_seconds: 2700
|
||||
proxmox_vmid: 100
|
||||
unifi-os-server:
|
||||
ansible_host: 10.86.11.212
|
||||
ansible_user: root
|
||||
os_family: "debian"
|
||||
human_estimate_seconds: 2700
|
||||
proxmox_vmid: 103
|
||||
datacenter-manager:
|
||||
ansible_host: 10.86.13.110
|
||||
ansible_user: root
|
||||
os_family: "debian"
|
||||
human_estimate_seconds: 2700
|
||||
proxmox_vmid: 101
|
||||
dfa-docker-01:
|
||||
ansible_host: 10.86.13.114
|
||||
ansible_user: root
|
||||
os_family: "debian"
|
||||
human_estimate_seconds: 2700
|
||||
proxmox_vmid: 102
|
||||
xoa.dfatech.ca:
|
||||
ansible_host: 10.86.13.112
|
||||
ansible_user: root
|
||||
os_family: "debian"
|
||||
human_estimate_seconds: 2700
|
||||
proxmox_vmid: 104
|
||||
caddy-alpine:
|
||||
ansible_host: 10.86.13.21
|
||||
ansible_user: root
|
||||
os_family: "alpine"
|
||||
human_estimate_seconds: 2700
|
||||
proxmox_vmid: 106
|
||||
# pbx.dfateach.ca:
|
||||
# ansible_host: 10.86.13.113
|
||||
# ansible_user: root
|
||||
# os_family: "debian"
|
||||
# human_estimate_seconds: 2700
|
||||
# proxmox_vmid: 109
|
||||
windows_hosts:
|
||||
hosts: {}
|
||||
Reference in New Issue
Block a user