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.

22 lines
879 B

  1. [ssh_connection]
  2. pipelining=True
  3. ansible_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. stdout_callback = default
  14. display_skipped_hosts = no
  15. library = ./library
  16. callbacks_enabled = profile_tasks,ara_default
  17. roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:/usr/share/kubespray/roles
  18. deprecation_warnings=False
  19. inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds, .gpg
  20. [inventory]
  21. ignore_patterns = artifacts, credentials