summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/service_catalog.yml
blob: 60bc28e43170967eda790dc14c277ed55a8d2499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---

- name: Update Master configs
  hosts: oo_masters
  serial: 1
  tasks:
  - block:
    - include_role:
        name: openshift_service_catalog
        tasks_from: wire_aggregator
      vars:
        first_master: "{{ groups.oo_first_master[0] }}"

- 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] }}"