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.

23 lines
885 B

  1. [ssh_connection]
  2. pipelining=True
  3. ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null
  4. #control_path = ~/.ssh/ansible-%%r@%%h:%%p
  5. [defaults]
  6. # https://github.com/ansible/ansible/issues/56930 (to ignore group names with - and .)
  7. force_valid_group_names = ignore
  8. host_key_checking=False
  9. gathering = smart
  10. fact_caching = jsonfile
  11. fact_caching_connection = /tmp
  12. fact_caching_timeout = 86400
  13. timeout = 300
  14. stdout_callback = default
  15. display_skipped_hosts = no
  16. library = ./library
  17. callbacks_enabled = profile_tasks,ara_default
  18. roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:/usr/share/kubespray/roles
  19. deprecation_warnings=False
  20. inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds, .gpg
  21. [inventory]
  22. ignore_patterns = artifacts, credentials