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.

17 lines
663 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. host_key_checking=False
  7. gathering = smart
  8. fact_caching = jsonfile
  9. fact_caching_connection = /tmp
  10. stdout_callback = skippy
  11. library = ./library
  12. callback_whitelist = profile_tasks
  13. roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:/usr/share/kubespray/roles
  14. deprecation_warnings=False
  15. inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds
  16. [inventory]
  17. ignore_patterns = artifacts