Moved configs to clients directory, updated onboarding script to reflect changes.
This commit is contained in:
8
inventories/clients/local_eng/group_vars/all.yml
Normal file
8
inventories/clients/local_eng/group_vars/all.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# Client: Local Eng (LE-001)
|
||||
# Onboarded: 2026-03-13
|
||||
# VPN: ipsec
|
||||
# Hypervisor: proxmox
|
||||
# Billing: hybrid
|
||||
|
||||
# Add client-specific overrides below
|
||||
72
inventories/clients/local_eng/hosts.yml
Normal file
72
inventories/clients/local_eng/hosts.yml
Normal file
@@ -0,0 +1,72 @@
|
||||
---
|
||||
all:
|
||||
vars:
|
||||
client_id: "LE-001"
|
||||
client_name: "Local Eng"
|
||||
billing_model: "hybrid"
|
||||
maintenance_window_start: "02:00"
|
||||
maintenance_window_end: "05:00"
|
||||
maintenance_window_tz: "UTC"
|
||||
change_freeze: false
|
||||
hypervisor_type: "proxmox"
|
||||
vpn_type: "ipsec"
|
||||
auto_reboot: false
|
||||
human_estimate_seconds: 2700
|
||||
|
||||
children:
|
||||
linux_hosts:
|
||||
hosts:
|
||||
docker-host:
|
||||
ansible_host: 192.168.22.196
|
||||
proxmox_vmid: 100
|
||||
proxmox_node: pm-node-01
|
||||
pbs-backup:
|
||||
ansible_host: 192.168.22.167
|
||||
proxmox_vmid: 101
|
||||
proxmox_node: pm-node-01
|
||||
pritunl:
|
||||
ansible_host: 192.168.22.11
|
||||
proxmox_vmid: 103
|
||||
proxmox_node: pm-node-02
|
||||
vars:
|
||||
ansible_user: ansible-msp-agent
|
||||
ansible_become: true
|
||||
ansible_become_method: sudo
|
||||
|
||||
windows_hosts:
|
||||
hosts:
|
||||
AD.LocalEng:
|
||||
ansible_host: 192.168.22.15
|
||||
proxmox_vmid: 102
|
||||
proxmox_node: pm-node-02
|
||||
Win11Compress1:
|
||||
ansible_host: 192.168.22.40
|
||||
proxmox_vmid: 105
|
||||
proxmox_node: pm-node-01
|
||||
Win11Compress2:
|
||||
ansible_host: 192.168.22.41
|
||||
proxmox_vmid: 106
|
||||
proxmox_node: pm-node-02
|
||||
Win11CeasraII:
|
||||
ansible_host: 192.168.22.42
|
||||
proxmox_vmid: 107
|
||||
proxmox_node: pm-node-01
|
||||
Win11DataGateway:
|
||||
ansible_host: 192.168.22.44
|
||||
proxmox_vmid: 108
|
||||
proxmox_node: pm-node-02
|
||||
Win11Scene-Lic:
|
||||
ansible_host: 192.168.22.45
|
||||
proxmox_vmid: 110
|
||||
proxmox_node: pm-node-01
|
||||
Win11Solidworks:
|
||||
ansible_host: 192.168.22.43
|
||||
proxmox_vmid: 109
|
||||
proxmox_node: pm-node-02
|
||||
vars:
|
||||
ansible_user: Administrator
|
||||
ansible_connection: winrm
|
||||
ansible_winrm_transport: ntlm
|
||||
ansible_winrm_server_cert_validation: validate
|
||||
ansible_port: 5986
|
||||
|
||||
48
inventories/clients/local_eng/hypervisor_hosts.yml
Normal file
48
inventories/clients/local_eng/hypervisor_hosts.yml
Normal file
@@ -0,0 +1,48 @@
|
||||
---
|
||||
# =============================================================================
|
||||
# hypervisor_hosts.yml — Local Eng Physical Hypervisor Nodes
|
||||
# =============================================================================
|
||||
|
||||
all:
|
||||
vars:
|
||||
client_id: "LE-001"
|
||||
client_name: "Local Eng"
|
||||
billing_model: "hybrid"
|
||||
ansible_user: root
|
||||
ansible_private_key_file: ~/.ssh/client_local_eng
|
||||
|
||||
children:
|
||||
proxmox_cluster:
|
||||
vars:
|
||||
hypervisor_type: proxmox
|
||||
api_host: 192.168.22.65
|
||||
api_port: 8006
|
||||
api_user: "ansible@pve"
|
||||
api_token_id: "ansible-token"
|
||||
api_token_secret: "19d33790-7648-4550-a052-f89b1b5e70eb"
|
||||
cluster_mode: cluster
|
||||
ceph_enabled: false
|
||||
shared_storage: true
|
||||
live_migrate_fallback: shutdown
|
||||
upgrade_order:
|
||||
- pm-node-01
|
||||
- pm-node-02
|
||||
- pm-node-03
|
||||
migrate_exclude_tags:
|
||||
- nomigrate
|
||||
- pinned
|
||||
ansible_user: root
|
||||
ansible_become: false
|
||||
pve_config_backup_destinations:
|
||||
- type: local
|
||||
path: /var/backups/pve-config
|
||||
keep: 10
|
||||
|
||||
hosts:
|
||||
pm-node-01:
|
||||
ansible_host: 192.168.22.65
|
||||
pm-node-02:
|
||||
ansible_host: 192.168.22.66
|
||||
pm-node-03:
|
||||
ansible_host: 192.168.22.67
|
||||
|
||||
Reference in New Issue
Block a user