From b40883ef65bd2200ea481b9b705966b8e6bc3a58 Mon Sep 17 00:00:00 2001 From: "A. F. Dudley" Date: Sat, 7 Mar 2026 10:56:48 +0000 Subject: [PATCH] fix: separate switch inventory to prevent accidental targeting Move switches.yml to inventory-switches/ so ansible.cfg's `inventory = inventory/` only loads biscayne. Switch playbooks must pass `-i inventory-switches/` explicitly. Co-Authored-By: Claude Opus 4.6 --- {inventory => inventory-switches}/switches.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {inventory => inventory-switches}/switches.yml (100%) diff --git a/inventory/switches.yml b/inventory-switches/switches.yml similarity index 100% rename from inventory/switches.yml rename to inventory-switches/switches.yml