summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/update_etcd_client_urls.yml
blob: 1ab1058086783e62919ad4b7722004093a3df312 (plain)
1
2
3
4
5
6
7
8
---
- yedit:
    src: "{{ openshift.common.config_base }}/master/master-config.yaml"
    key: 'etcdClientInfo.urls'
    value: "{{ openshift.master.etcd_urls }}"
  notify:
  - restart master api
  - restart master controllers