ソースを参照

Added pipelining

merge-requests/1/merge
Christoph Haas 6年前
コミット
8e1d95fa7f
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      ansible/ansible.cfg

+ 4
- 0
ansible/ansible.cfg ファイルの表示

@@ -24,3 +24,7 @@ log_path = ./log

# Path to roles
roles_path = ansible/roles

[ssh_connection]
# Speed improvement, but may break sudo with requiretty
pipelining = True

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