mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
Add pipelining option to ansible.cfg for speedup over SSH.
This commit is contained in:
parent
4336b555c6
commit
24b5e28e6d
1 changed files with 5 additions and 1 deletions
|
@ -1,2 +1,6 @@
|
|||
[defaults]
|
||||
roles_path = ./roles:/etc/ansible/roles
|
||||
roles_path = ./roles:/etc/ansible/roles
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|
||||
|
|
Loading…
Reference in a new issue