ソースを参照

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

読み込み中…
キャンセル
保存