summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/openshift_metrics.yml
blob: 1dc180c2687da6291ce8e8b53837165d9e1143e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- name: OpenShift Metrics
  hosts: oo_first_master
  roles:
  - openshift_metrics

- name: OpenShift Metrics
  hosts: oo_masters:!oo_first_master
  serial: 1
  tasks:
  - name: Setup the non-first masters configs
    include_role:
      name: openshift_metrics
      tasks_from: update_master_config.yaml