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
927 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. strategy_plugins = plugins/mitogen/ansible_mitogen/plugins/strategy
  7. # https://github.com/ansible/ansible/issues/56930 (to ignore group names with - and .)
  8. force_valid_group_names = ignore
  9. host_key_checking=False
  10. gathering = smart
  11. fact_caching = jsonfile
  12. fact_caching_connection = /tmp
  13. fact_caching_timeout = 7200
  14. stdout_callback = default
  15. display_skipped_hosts = no
  16. library = ./library
  17. callback_whitelist = profile_tasks
  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