Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

27 řádky
542B

  1. [defaults]
  2. nocows = 1
  3. stdout_callback = yaml
  4. interpreter_python = auto_silent
  5. library = /usr/share/ansible/library
  6. {% if ansible_use_mitogen %}
  7. strategy_plugins = {{ _ansible_mitogen_location.stdout }}/plugins/strategy
  8. strategy = mitogen_linear
  9. {% endif %}
  10. retry_files_enabled = False
  11. force_handlers = True
  12. {% if ansible_use_ara %}
  13. callback_plugins = {{ _ara_location.stdout }}/plugins/callbacks
  14. {% endif %}
  15. {% if not ansible_use_mitogen %}
  16. [ssh_connection]
  17. {% if ansible_use_ssh_pipelining %}
  18. pipelining = True
  19. {% endif %}
  20. {% endif %}