|
|
@@ -4,9 +4,16 @@ stdout_callback = yaml |
|
|
|
|
|
|
|
library = /usr/share/ansible/modules |
|
|
|
|
|
|
|
{% if ansible_use_mitogen %} |
|
|
|
strategy_plugins = {{ _ansible_mitogen_location.stdout }}/plugins/strategy |
|
|
|
strategy = mitogen_linear |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
retry_files_enabled = False |
|
|
|
|
|
|
|
#callback_plugins = {#{{ ara_location.stdout }}#}/plugins/callbacks |
|
|
|
{% if ansible_use_ara %} |
|
|
|
callback_plugins = {{ _ara_location.stdout }}/plugins/callbacks |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
[ssh_connection] |
|
|
|
ssh_args = -o CheckHostIP=no -o StrictHostKeyChecking=yes |
|
|
|