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>
12 lines
342 B
INI
12 lines
342 B
INI
[ssh_connection]
|
|
pipelining=True
|
|
#ssh_args = -F ./ssh-bastion.conf -o ControlMaster=auto -o ControlPersist=30m
|
|
#control_path = ~/.ssh/ansible-%%r@%%h:%%p
|
|
[defaults]
|
|
host_key_checking=False
|
|
gathering = smart
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = /tmp
|
|
stdout_callback = skippy
|
|
library = ./library
|
|
callback_whitelist = profile_tasks
|