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.

14 lines
556 B

  1. [ssh_connection]
  2. pipelining=True
  3. ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100
  4. #ssh_args = -F ./ssh-bastion.conf -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100
  5. #control_path = ~/.ssh/ansible-%%r@%%h:%%p
  6. [defaults]
  7. host_key_checking=False
  8. gathering = smart
  9. fact_caching = jsonfile
  10. fact_caching_connection = /tmp
  11. stdout_callback = skippy
  12. library = ./library
  13. callback_whitelist = profile_tasks
  14. roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles