diff options
| author | luisgulo <luisgulo@gmail.com> | 2025-11-01 22:22:37 +0100 |
|---|---|---|
| committer | luisgulo <luisgulo@gmail.com> | 2025-11-01 22:22:37 +0100 |
| commit | 923d852781a0303160f6ec623967914f3fa9f0e9 (patch) | |
| tree | 9e853afc24418fbeae0817993a464a9ab7ca5d46 | |
| parent | 93f538de9f2d404cf3af0597d2491fc48e44349b (diff) | |
Adjust Global PARALLELISM
| -rwxr-xr-x | shflow.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
