Add pipelining option to ansible.cfg for speedup over SSH.
This commit is contained in:
parent
4336b555c6
commit
24b5e28e6d
@ -1,2 +1,6 @@
|
|||||||
[defaults]
|
[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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user