Enable pipelining optimization in ansible.cfg
My understanding is, this is off by default for higher compatibility rates… but in our case, it sped up this playbook from 3min to 1min. Neat!
This commit is contained in:
parent
ae79ba4962
commit
491378365e
1 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,6 @@ inventory = inventory.cfg
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
become_ask_pass = True
|
become_ask_pass = True
|
||||||
|
|
||||||
|
[ssh_connection]
|
||||||
|
pipelining = True
|
||||||
|
|
Loading…
Reference in a new issue