From baade64038e7518894246565d2c6b6c35d4f42b7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 26 Apr 2025 10:24:43 -0700 Subject: [PATCH] drop iad2 external boolean I think this is not needed because we actually test for iad2 in inventory_hostname and in fact it overrides the groups that set it to true, making them all come up false. ;( Signed-off-by: Kevin Fenzi --- inventory/group_vars/iad2 | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 inventory/group_vars/iad2 diff --git a/inventory/group_vars/iad2 b/inventory/group_vars/iad2 deleted file mode 100644 index 7b38ac470e..0000000000 --- a/inventory/group_vars/iad2 +++ /dev/null @@ -1,4 +0,0 @@ ---- -# boolean to determine if a host is publically reachable via nat in iad2 -# by default, hosts are not, only specific hosts/groups are. -external: False