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:
Emi Matchu 2024-09-06 10:51:56 -07:00
parent ae79ba4962
commit 491378365e

View file

@ -3,3 +3,6 @@ inventory = inventory.cfg
[privilege_escalation]
become_ask_pass = True
[ssh_connection]
pipelining = True