Files
krkn/ansible/ansible.cfg
Yashashree Suresh aac254ce45 Adding Kraken to PerfScale Pipeline
This commit adds kraken to CI pipeline and thereby enabling chaos
scenarios to be injected on specified jump host.
2020-08-27 11:09:29 -04:00

12 lines
264 B
INI

[defaults]
callback_whitelist = profile_tasks
host_key_checking = False
log_path = ~/ansible.log
retry_files_enabled = False
# work around privilege escalation timeouts in ansible:
timeout = 30
[callback_profile_tasks]
task_output_limit = 10000
sort_order = none