Enable pipelining
https://www.jeffgeerling.com/blog/2017/slow-ansible-playbook-check-ansiblecfg
This commit is contained in:
parent
c160f2303e
commit
6b4d3bb94a
|
@ -1,3 +1,6 @@
|
|||
[defaults]
|
||||
inventory = tools/ansible/hosts.yml
|
||||
verbosity = 1
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
|
|
Loading…
Reference in a new issue