Emi Matchu
65eaa031dd
The main bottleneck for us is still just uploading the full source code, there might be some clever option I'm not using for that yet of like, compression or something? But this change did take the process down from like 5 minutes to 3 minutes, so, works for me!
7 lines
233 B
INI
7 lines
233 B
INI
[defaults]
|
|
inventory = inventory.cfg
|
|
|
|
[ssh_connection]
|
|
# Pipelining is an optimization that's off by default for compatibility, but runs
|
|
# playbooks much faster when it's available. It works in our case, so use it!
|
|
pipelining = True
|