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ů.

21 řádky
451B

  1. [defaults]
  2. nocows = 1
  3. stdout_callback = yaml
  4. library = /usr/share/ansible/modules
  5. {% if ansible_use_mitogen %}
  6. strategy_plugins = {{ _ansible_mitogen_location.stdout }}/plugins/strategy
  7. strategy = mitogen_linear
  8. {% endif %}
  9. retry_files_enabled = False
  10. {% if ansible_use_ara %}
  11. callback_plugins = {{ _ara_location.stdout }}/plugins/callbacks
  12. {% endif %}
  13. [ssh_connection]
  14. ssh_args = -o CheckHostIP=no -o StrictHostKeyChecking=yes
  15. pipelining = True