ansible.cfg.example 736 B

1234567891011121314151617181920212223242526
  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. # prints a descriptive summary of failed tasks
  13. callback_plugins = ./callback_plugins
  14. # Uncomment to use the provided BYO inventory
  15. #hostfile = inventory/byo/hosts
  16. # Uncomment to use the provided GCE dynamic inventory script
  17. #hostfile = inventory/gce/gce.py
  18. # Uncomment to use the provided AWS dynamic inventory script
  19. #hostfile = inventory/aws/ec2.py