You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
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