c5ea29649b
- Starting from version 2.0 ansible has 'callback_whitelist = profile_tasks'. It allows to analyze CI to find some time regressions. - Add skippy to CI's ansible.cfg Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
10 lines
212 B
INI
10 lines
212 B
INI
[ssh_connection]
|
|
pipelining=True
|
|
[defaults]
|
|
forks = 20
|
|
host_key_checking=False
|
|
gathering = smart
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = /tmp
|
|
stdout_callback = skippy
|
|
callback_whitelist = profile_tasks
|