ansible.cfg 708 B

12345678910111213141516171819202122232425
  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. # Need to handle:
  16. # inventory - derive from OO_ANSIBLE_DIRECTORY env var
  17. # callback_plugins - derive from pkg_resource.resource_filename
  18. # private_key_file - prompt if missing
  19. # remote_tmp - set if provided by user (cli)
  20. # ssh_args - set if provided by user (cli)
  21. # control_path