|
|
@@ -1,25 +1,25 @@ |
|
|
|
[defaults] |
|
|
|
nocows = 1 |
|
|
|
stdout_callback = yaml |
|
|
|
|
|
|
|
interpreter_python = auto_silent |
|
|
|
retry_files_enabled = False |
|
|
|
force_handlers = True |
|
|
|
|
|
|
|
library = /usr/share/ansible/library |
|
|
|
|
|
|
|
{% if ansible_use_mitogen %} |
|
|
|
# mitogen config |
|
|
|
strategy_plugins = {{ _ansible_mitogen_location.stdout }}/plugins/strategy |
|
|
|
strategy = mitogen_linear |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
retry_files_enabled = False |
|
|
|
force_handlers = True |
|
|
|
|
|
|
|
{% if ansible_use_ara %} |
|
|
|
callback_plugins = {{ _ara_location.stdout }}/plugins/callbacks |
|
|
|
# ara config |
|
|
|
{{ _ara_config.stdout_lines[1:] | join("\n") }} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% if not ansible_use_mitogen %} |
|
|
|
[ssh_connection] |
|
|
|
{% if not ansible_use_mitogen %} |
|
|
|
{% if ansible_use_ssh_pipelining %} |
|
|
|
pipelining = True |
|
|
|
{% endif %} |
|
|
|