⚙️ Make it possible to change number of parallel SSH connections with env var

This commit is contained in:
Jérôme Petazzoni
2023-03-21 17:54:29 +01:00
parent dc8bd21062
commit f8ab4adfb7

View File

@@ -31,7 +31,7 @@ pssh() {
fi
$PSSH $KEYFLAG -h $HOSTFILE -l $LOGIN \
--par 100 \
--par ${PSSH_PARALLEL_CONNECTIONS-100} \
--timeout 300 \
-O LogLevel=ERROR \
-O UserKnownHostsFile=/dev/null \