ansible.cfg.example 650 B

1234567891011121314151617181920212223
  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. # Uncomment to use the provided BYO inventory
  13. #hostfile = inventory/byo/hosts
  14. # Uncomment to use the provided GCE dynamic inventory script
  15. #hostfile = inventory/gce/gce.py
  16. # Uncomment to use the provided AWS dynamic inventory script
  17. #hostfile = inventory/aws/ec2.py