Added pfsense upgrade roles

This commit is contained in:
Ben D.
2026-04-27 13:15:56 -07:00
parent 1e26dd304b
commit 03e889051e
35 changed files with 956 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
[defaults]
inventory = inventory/hosts.yml
roles_path = roles
host_key_checking = False
timeout = 30
forks = 1 # Never upgrade pfSense hosts in parallel
stdout_callback = yaml
callbacks_enabled = timer, profile_tasks
[ssh_connection]
ssh_args = -o ControlMaster=no -o ControlPersist=no
pipelining = False # Disabled — pfSense/FreeBSD SSH may not support it