summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/tasks/update_master_config.yaml
blob: 20fc45fd48dca309781ecb5b22705da5b7794c87 (plain)
1
2
3
4
5
6
7
8
9
---
- name: Adding metrics route information to metricsPublicURL
  modify_yaml:
    dest: "{{ openshift.common.config_base }}/master/master-config.yaml"
    yaml_key: assetConfig.metricsPublicURL
    yaml_value: "https://{{ openshift_metrics_hawkular_hostname}}/hawkular/metrics"
  notify: restart master
  tags:
    - update_master_config