mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-31 00:43:24 +03:00
perf(ansible): add ControlPersist for SSH connection reuse
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
@@ -4,3 +4,6 @@ result_format = yaml
|
||||
|
||||
[connection]
|
||||
pipelining = True
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
||||
|
||||
Reference in New Issue
Block a user