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.

14 lines
275B

  1. [defaults]
  2. nocows = 1
  3. stdout_callback = yaml
  4. library = /usr/share/ansible/modules
  5. retry_files_enabled = False
  6. #callback_plugins = {#{{ ara_location.stdout }}#}/plugins/callbacks
  7. [ssh_connection]
  8. ssh_args = -o CheckHostIP=no -o StrictHostKeyChecking=yes
  9. pipelining = True