25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
404B

  1. [defaults]
  2. nocows = 1
  3. stdout_callback = skippy
  4. # fix https://github.com/ansible/ansible/issues/20332
  5. remote_tmp = $HOME/.ansible/tmp
  6. local_tmp = $HOME/.ansible/tmp
  7. library = /usr/share/ansible/modules
  8. retry_files_enabled = False
  9. #callback_plugins = {#{{ ara_location.stdout }}#}/plugins/callbacks
  10. [ssh_connection]
  11. ssh_args = -o CheckHostIP=no -o StrictHostKeyChecking=yes
  12. pipelining = True