Browse Source

perf(ansible): add ControlPersist for SSH connection reuse

Signed-off-by: gardar <gardar@users.noreply.github.com>
pull/4317/head
gardar 11 months ago
parent
commit
6ccf7a69e7
No known key found for this signature in database GPG Key ID: 872BAF59D98753
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      ansible.cfg

+ 3
- 0
ansible.cfg View File

@@ -4,3 +4,6 @@ result_format = yaml

[connection]
pipelining = True

[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s

Loading…
Cancel
Save