ansible.cfg 738 B

12345678910111213141516171819202122232425262728
  1. # config file for ansible -- http://ansible.com/
  2. # ==============================================
  3. # This config file provides examples for running
  4. # the OpenShift playbooks with the provided
  5. # inventory scripts. Only global defaults are
  6. # left uncommented
  7. [defaults]
  8. # Add the roles directory to the roles path
  9. roles_path = roles/
  10. # Set the log_path
  11. log_path = /tmp/ansible.log
  12. forks = 10
  13. host_key_checking = False
  14. nocows = 1
  15. retry_files_enabled = False
  16. # Need to handle:
  17. # inventory - derive from OO_ANSIBLE_DIRECTORY env var
  18. # callback_plugins - derive from pkg_resource.resource_filename
  19. # private_key_file - prompt if missing
  20. # remote_tmp - set if provided by user (cli)
  21. # ssh_args - set if provided by user (cli)
  22. # control_path