浏览代码

perf(ansible): add ControlPersist for SSH connection reuse

Signed-off-by: gardar <gardar@users.noreply.github.com>
pull/4317/head
gardar 9 个月前
父节点
当前提交
6ccf7a69e7
找不到此签名对应的密钥 GPG 密钥 ID: 872BAF59D98753
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      ansible.cfg

+ 3
- 0
ansible.cfg 查看文件

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

[connection]
pipelining = True

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

正在加载...
取消
保存