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

- 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
  vars:
    first_master: "{{ groups.oo_first_master[0] }}"