Add pipelining option to ansible.cfg for speedup over SSH.

This commit is contained in:
Jeff Geerling 2017-08-19 23:04:49 -05:00
parent 4336b555c6
commit 24b5e28e6d

View file

@ -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