Skip to content

Commit

Permalink
Enable SSH pipelining.
Browse files Browse the repository at this point in the history
NOTE: This improves speed, but requires that none of the playbooks use a TTY.
  • Loading branch information
Jesse Buchanan committed Apr 4, 2014
1 parent a672108 commit 5f88ff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[ssh_connection]
pipelining=True

0 comments on commit 5f88ff1

Please sign in to comment.