mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2025-02-16 12:38:28 +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]
|
[defaults]
|
||||||
nocows = True
|
nocows = True
|
||||||
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…
Add table
Reference in a new issue