Better Structure the Repo and Some Other Enhancements #15
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
[defaults]
|
||||
inventory = ./inventories/z9/hosts.yaml
|
||||
pipelining = True
|
||||
june marked this conversation as resolved
Outdated
|
||||
|
||||
[passwordstore_lookup]
|
||||
backend = pass
|
||||
|
|
Loading…
Reference in a new issue
You could also try to add SSH multiplexing
ssh_args = -C -o ControlMaster=auto -o ControlPersist=300s
or would this be redundant with pipelining already enabled?Hmm, in my testing adding this option either makes it slower or gives no benefit really. Tho also the margin of error is quite big.
Am happy to add it or not, but doesn't seem to do much.