diff options
| -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 |
