Sfoglia il codice sorgente
perf(ansible): add ControlPersist for SSH connection reuse
Signed-off-by: gardar <gardar@users.noreply.github.com>
pull/4317/head
gardar
10 mesi fa
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 872BAF59D98753
1 ha cambiato i file con
3 aggiunte e
0 eliminazioni
-
ansible.cfg
|
|
|
@@ -4,3 +4,6 @@ result_format = yaml |
|
|
|
|
|
|
|
[connection] |
|
|
|
pipelining = True |
|
|
|
|
|
|
|
[ssh_connection] |
|
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s |