|
|
|
|
@ -1,5 +1,7 @@
|
|
|
|
|
[defaults]
|
|
|
|
|
any_errors_fatal = true
|
|
|
|
|
# Ansible >= 6 (ansible-core >= 2.13)
|
|
|
|
|
callback_result_format = yaml
|
|
|
|
|
# callbacks_enabled was added in Ansible 4 (ansible-core 2.11).
|
|
|
|
|
# profile_tasks: Displays timing for each task and summary table of top N tasks
|
|
|
|
|
# timer: Displays "Playbook run took 0 days, 0 hours, ..."
|
|
|
|
|
@ -17,13 +19,13 @@ strategy_plugins = ../../ansible_mitogen/plugins/strategy
|
|
|
|
|
inventory_plugins = lib/inventory
|
|
|
|
|
action_plugins = lib/action
|
|
|
|
|
callback_plugins = lib/callback
|
|
|
|
|
stdout_callback = yaml
|
|
|
|
|
vars_plugins = lib/vars
|
|
|
|
|
library = lib/modules
|
|
|
|
|
filter_plugins = lib/filters
|
|
|
|
|
module_utils = lib/module_utils
|
|
|
|
|
retry_files_enabled = False
|
|
|
|
|
show_task_path_on_failure = true # Added in ansible-core 2.11
|
|
|
|
|
# Ansible >= 4 (ansible-core >= 2.11)
|
|
|
|
|
show_task_path_on_failure = true
|
|
|
|
|
display_args_to_stdout = True
|
|
|
|
|
forks = 100
|
|
|
|
|
|
|
|
|
|
|