mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-19 12:59:24 +00:00
⚙️ Make it possible to change number of parallel SSH connections with env var
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user