Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- [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
|