Przeglądaj źródła
perf(ansible): add ControlPersist for SSH connection reuse
Signed-off-by: gardar <gardar@users.noreply.github.com>
pull/4317/head
gardar
9 miesięcy temu
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 872BAF59D98753
1 zmienionych plików z
3 dodań i
0 usunięć
-
ansible.cfg
|
|
|
@@ -4,3 +4,6 @@ result_format = yaml |
|
|
|
|
|
|
|
[connection] |
|
|
|
pipelining = True |
|
|
|
|
|
|
|
[ssh_connection] |
|
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s |