summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/openshift_metrics.yml
blob: 9cc98fe1e515fbbbcac2798746cc113b8d9a90bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
- name: OpenShift Metrics
  hosts: oo_first_master
  roles:
  - role: openshift_metrics
    when: openshift_metrics_install_metrics | default(false) | bool


- 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
    when: openshift_metrics_install_metrics | default(false) | bool