mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
Merge pull request #94 from elisiano/change-ssh-pipelining-default
Changes the default behavior of ssh pipelining to false.
This commit is contained in:
commit
5d5b39588d
1 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,3 @@
|
|||
[defaults]
|
||||
nocows = True
|
||||
roles_path = ./roles:/etc/ansible/roles
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|
||||
|
|
Loading…
Reference in a new issue