service_catalog.yml 207 B

123456789
  1. ---
  2. - name: Service Catalog
  3. hosts: oo_first_master
  4. roles:
  5. - openshift_service_catalog
  6. - ansible_service_broker
  7. - template_service_broker
  8. vars:
  9. first_master: "{{ groups.oo_first_master[0] }}"