|
@@ -1,20 +0,0 @@
|
|
|
----
|
|
|
-- modify_yaml:
|
|
|
- dest: "{{ openshift.common.config_base}}/master/master-config.yaml"
|
|
|
- yaml_key: 'controllerConfig.election.lockName'
|
|
|
- yaml_value: 'openshift-master-controllers'
|
|
|
-
|
|
|
-- modify_yaml:
|
|
|
- dest: "{{ openshift.common.config_base}}/master/master-config.yaml"
|
|
|
- yaml_key: 'controllerConfig.serviceServingCert.signer.certFile'
|
|
|
- yaml_value: service-signer.crt
|
|
|
-
|
|
|
-- modify_yaml:
|
|
|
- dest: "{{ openshift.common.config_base}}/master/master-config.yaml"
|
|
|
- yaml_key: 'controllerConfig.serviceServingCert.signer.keyFile'
|
|
|
- yaml_value: service-signer.key
|
|
|
-
|
|
|
-- modify_yaml:
|
|
|
- dest: "{{ openshift.common.config_base }}/master/master-config.yaml"
|
|
|
- yaml_key: servingInfo.clientCA
|
|
|
- yaml_value: ca.crt
|