Files
Alberto Murillo 7fa70e9102 examples: ciao: add ansible.cfg
ansible.cfg enables pipelining for an extra boost in speed

Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>
2016-08-16 09:43:12 -05:00

7 lines
132 B
INI

[defaults]
# Enable to print how much time takes each task
# callback_whitelist = profile_tasks
[ssh_connection]
pipelining = True