From 8e2026a45495426ca42afbf967c812c339848338 Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Wed, 29 Apr 2026 09:40:23 -0700 Subject: [PATCH] Delete roles/pfsense_upgrade/hosts.yml --- roles/pfsense_upgrade/hosts.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 roles/pfsense_upgrade/hosts.yml diff --git a/roles/pfsense_upgrade/hosts.yml b/roles/pfsense_upgrade/hosts.yml deleted file mode 100644 index 3a0f04e..0000000 --- a/roles/pfsense_upgrade/hosts.yml +++ /dev/null @@ -1,29 +0,0 @@ ---- -# inventory/hosts.yml -# Define your pfSense hosts here. -# Group them by site, role, or redundancy pair as needed. - -all: - children: - pfsense: - children: - - # --- Primary/standalone firewalls --- - pfsense_primary: - hosts: - fw-site-a: - ansible_host: 192.168.1.1 - ansible_user: admin - fw-site-b: - ansible_host: 10.10.0.1 - ansible_user: admin - - # --- HA pairs (upgrade sequentially — serial: 1 ensures this) --- - pfsense_ha_pair_1: - hosts: - fw-ha-primary: - ansible_host: 172.16.0.1 - ansible_user: admin - fw-ha-secondary: - ansible_host: 172.16.0.2 - ansible_user: admin