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.

12 lines
339 B

  1. [ssh_connection]
  2. pipelining=True
  3. ansible_ssh_common_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100
  4. [defaults]
  5. forks = 20
  6. host_key_checking=False
  7. gathering = smart
  8. fact_caching = jsonfile
  9. fact_caching_connection = /tmp
  10. stdout_callback = skippy
  11. library = ./library:../library
  12. callback_whitelist = profile_tasks