From 923d852781a0303160f6ec623967914f3fa9f0e9 Mon Sep 17 00:00:00 2001 From: luisgulo Date: Sat, 1 Nov 2025 22:22:37 +0100 Subject: Adjust Global PARALLELISM --- shflow.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shflow.sh') diff --git a/shflow.sh b/shflow.sh index cac353a..fe58655 100755 --- a/shflow.sh +++ b/shflow.sh @@ -37,6 +37,7 @@ PLAYBOOK="" HOST="" GROUP="" DEBUG=false +PARALLELISM="" declare -A shflow_vars # 📣 Trazas condicionales @@ -295,8 +296,6 @@ run_for_host() { rm -f "$output_buffer" } -PARALLELISM=false - # ⚙️ Ejecución paralela o secuencial if [[ "$PARALLELISM" == "true" ]]; then for H in "${HOSTS[@]}"; do run_for_host "$H" & done -- cgit v1.2.3