update_etcd_client_urls.yml 219 B

1234567
  1. ---
  2. - name: Update etcd client URLs
  3. yedit:
  4. src: "{{ openshift.common.config_base }}/master/master-config.yaml"
  5. key: 'etcdClientInfo.urls'
  6. value: "{{ openshift_master_etcd_urls }}"
  7. notify: restart master