mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 09:59:59 +00:00
This commit adds kraken to CI pipeline and thereby enabling chaos scenarios to be injected on specified jump host.
12 lines
264 B
INI
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
|