Skip to content

Commit

Permalink
ansible.cfg: fix section for pipelining setting
Browse files Browse the repository at this point in the history
We had mistakenly added the pipelining setting to the defaults section, while in
reality it should live under the ssh_connection section.

With this setting on, the ansible run is sensibly faster.
  • Loading branch information
panchoh committed Feb 22, 2019
1 parent 6d23a86 commit 3dc1299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/aws/provision/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@
# limitations under the License.
[defaults]
host_key_checking = False

[ssh_connection]
pipelining = True

0 comments on commit 3dc1299

Please sign in to comment.