added rsync disable in master global tier 1, advanced selection tier 2

This commit is contained in:
2026-04-28 17:07:44 -04:00
parent 11872b802b
commit 1c765b7260
6 changed files with 96 additions and 6 deletions
+8
View File
@@ -48,6 +48,14 @@ echo ""
echo "━━━ $ICON_GEAR Setup ━━━"
detect_hosts
# Tier 1 global gate — check before doing anything
# Tier 2 (per-orchestrator) is handled by the calling orchestrator
# Direct calls to rsync.sh only check Tier 1
if ! check_rsync_enabled; then
warn "RSYNC_ENABLED=false — exiting cleanly"
exit 0
fi
resolve_remote_ip
# -----------------------------------------------------------------------------------------------