mirror of
https://github.com/clearlinux/clear-config-management.git
synced 2026-09-05 21:21:40 +00:00
ansible.cfg enables pipelining for an extra boost in speed Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>
7 lines
132 B
INI
7 lines
132 B
INI
[defaults]
|
|
# Enable to print how much time takes each task
|
|
# callback_whitelist = profile_tasks
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|