您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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