Browse Source

Added pipelining

merge-requests/1/merge
Christoph Haas 6 years ago
parent
commit
8e1d95fa7f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      ansible/ansible.cfg

+ 4
- 0
ansible/ansible.cfg View File

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


# Path to roles # Path to roles
roles_path = ansible/roles roles_path = ansible/roles

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

Loading…
Cancel
Save