summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/service_catalog.yml
blob: 529ee99be0fc68c7cde3d05c85e7d3c9c40d5621 (plain)
1
2
3
4
5
6
7
8
9
---
- name: Service Catalog
  hosts: oo_first_master
  roles:
  - openshift_service_catalog
  - ansible_service_broker
  - template_service_broker
  vars:
    first_master: "{{ groups.oo_first_master[0] }}"