You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [defaults]
- nocows = 1
- 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
-
- {% if ansible_use_ara %}
- callback_plugins = {{ _ara_location.stdout }}/plugins/callbacks
- {% endif %}
-
- [ssh_connection]
- ssh_args = -o CheckHostIP=no -o StrictHostKeyChecking=yes
- pipelining = True
|