瀏覽代碼
perf(ansible): add ControlPersist for SSH connection reuse
Signed-off-by: gardar <gardar@users.noreply.github.com>
pull/4317/head
gardar
9 月之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 872BAF59D98753
共有
1 個檔案被更改,包括
3 行新增 和
0 行删除
-
ansible.cfg
|
|
|
@@ -4,3 +4,6 @@ result_format = yaml |
|
|
|
|
|
|
|
[connection] |
|
|
|
pipelining = True |
|
|
|
|
|
|
|
[ssh_connection] |
|
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s |