Moved configs to clients directory, updated onboarding script to reflect changes.
This commit is contained in:
8
inventories/clients/royal_pizza/group_vars/all.yml
Normal file
8
inventories/clients/royal_pizza/group_vars/all.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# Client: Royal Pizza (RP-001)
|
||||
# Onboarded: 2026-04-23
|
||||
# Type: firewall
|
||||
# VPN: none
|
||||
# Billing: hybrid
|
||||
|
||||
# Add client-specific overrides below
|
||||
43
inventories/clients/royal_pizza/hosts.yml
Normal file
43
inventories/clients/royal_pizza/hosts.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
all:
|
||||
vars:
|
||||
client_id: "RP-001"
|
||||
client_name: "Royal Pizza"
|
||||
billing_model: "hybrid"
|
||||
maintenance_window_start: "02:00"
|
||||
maintenance_window_end: "05:00"
|
||||
maintenance_window_tz: "UTC"
|
||||
change_freeze: false
|
||||
hypervisor_type: "none"
|
||||
vpn_type: "none"
|
||||
auto_reboot: false
|
||||
human_estimate_seconds: 2700
|
||||
ansible_ssh_extra_args: "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
|
||||
|
||||
|
||||
children:
|
||||
firewalls:
|
||||
children:
|
||||
opnsense:
|
||||
hosts:
|
||||
client-fw-01:
|
||||
ansible_host: "{{ FW_HOST }}"
|
||||
ansible_port: "22222"
|
||||
ansible_user: root
|
||||
ansible_ssh_private_key_file: ~/.ssh/client_royal_pizza
|
||||
firewall_api_port: 8889
|
||||
|
||||
linux_hosts:
|
||||
hosts: {}
|
||||
vars:
|
||||
ansible_user: root
|
||||
os_family: "debian"
|
||||
|
||||
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