all 964 B

12345678910111213141516171819202122232425262728
  1. ---
  2. # lets assume that we want to use the root as the ssh user for all hosts
  3. ansible_ssh_user: root
  4. # default debug level for all OpenShift hosts
  5. openshift_debug_level: 4
  6. # set the OpenShift deployment type for all hosts
  7. openshift_deployment_type: enterprise
  8. # Override the default registry for development
  9. openshift_registry_url: docker-buildvm-rhose.usersys.redhat.com:5000/openshift3_beta/ose-${component}:${version}
  10. # Use latest Errata puddle as an additional repo:
  11. #openshift_additional_repos:
  12. #- id: ose-devel
  13. # name: ose-devel
  14. # baseurl: http://buildvm-devops.usersys.redhat.com/puddle/build/OpenShiftEnterpriseErrata/3.0/latest/RH7-RHOSE-3.0/$basearch/os
  15. # enabled: 1
  16. # gpgcheck: 0
  17. # Use latest Whitelist puddle as an additional repo:
  18. openshift_additional_repos:
  19. - id: ose-devel
  20. name: ose-devel
  21. baseurl: http://buildvm-devops.usersys.redhat.com/puddle/build/OpenShiftEnterprise/3.0/latest/RH7-RHOSE-3.0/$basearch/os
  22. enabled: 1
  23. gpgcheck: 0