Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- [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 %}
-
- {% if ansible_use_ara %}
- # ara config
- {{ _ara_config.stdout_lines[1:] | join("\n") }}
- {% endif %}
-
- [ssh_connection]
- {% if ansible_use_ssh_pipelining %}
- pipelining = True
- {% endif %}
|