Added pfsense upgrade roles
This commit is contained in:
@@ -11,7 +11,7 @@ all:
|
||||
human_estimate_seconds: 2700
|
||||
change_freeze: false
|
||||
ansible_ssh_extra_args: "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
|
||||
|
||||
|
||||
children:
|
||||
# --- NETWORK LAYER ---
|
||||
firewalls:
|
||||
@@ -20,11 +20,14 @@ all:
|
||||
hosts:
|
||||
client-fw-01:
|
||||
ansible_host: "{{ FW_HOST }}"
|
||||
|
||||
|
||||
pfsense:
|
||||
hosts:
|
||||
client-fw-01:
|
||||
ansible_host: "{{ FW_HOST }}"
|
||||
ansible_port: 22222
|
||||
ha_role: "primary"
|
||||
#ha_peer: "client-fw-02" # Uncomment if this node is part an HA pair
|
||||
|
||||
# --- INFRASTRUCTURE ---
|
||||
hypervisors:
|
||||
@@ -37,7 +40,7 @@ all:
|
||||
hosts:
|
||||
client-xcp-01:
|
||||
ansible_host: "{{ XCP_HOST }}"
|
||||
|
||||
|
||||
# --- WORKSTATIONS/SERVERS ---
|
||||
linux_hosts:
|
||||
hosts: {}
|
||||
@@ -54,4 +57,3 @@ all:
|
||||
ansible_winrm_transport: ntlm
|
||||
ansible_winrm_server_cert_validation: validate
|
||||
ansible_port: 5986
|
||||
|
||||
|
||||
Reference in New Issue
Block a user