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.

16 lines
432 B

  1. [ssh_connection]
  2. pipelining=True
  3. ansible_ssh_common_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100
  4. retries=2
  5. [defaults]
  6. forks = 20
  7. host_key_checking=False
  8. gathering = smart
  9. fact_caching = jsonfile
  10. fact_caching_connection = /tmp
  11. stdout_callback = default
  12. display_skipped_hosts = no
  13. library = ./library:../library
  14. callbacks_enabled = profile_tasks
  15. jinja2_extensions = jinja2.ext.do
  16. roles_path = ../roles