Onboard client: Local Eng (LE-001) — inventory scaffold
This commit is contained in:
8
inventories/client_local_eng/group_vars/all.yml
Normal file
8
inventories/client_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
|
||||
32
inventories/client_local_eng/hosts.yml
Normal file
32
inventories/client_local_eng/hosts.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
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: {}
|
||||
vars:
|
||||
ansible_user: ansible-msp-agent
|
||||
ansible_become: true
|
||||
ansible_become_method: sudo
|
||||
|
||||
windows_hosts:
|
||||
hosts: {}
|
||||
vars:
|
||||
ansible_user: Administrator
|
||||
ansible_connection: winrm
|
||||
ansible_winrm_transport: ntlm
|
||||
ansible_winrm_server_cert_validation: validate
|
||||
ansible_port: 5986
|
||||
|
||||
Reference in New Issue
Block a user