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