25개 이상의 토픽을 선택하실 수 없습니다.
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
-
- interpreter_python = auto_silent
-
- library = /usr/share/ansible/library
-
- {% if ansible_use_mitogen %}
- 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
- {% endif %}
-
- {% if not ansible_use_mitogen %}
- [ssh_connection]
- {% if ansible_use_ssh_pipelining %}
- pipelining = True
- {% endif %}
- {% endif %}
|