|
@@ -244,7 +244,7 @@
|
|
line: "{{ item.line }}"
|
|
line: "{{ item.line }}"
|
|
with_items:
|
|
with_items:
|
|
- regex: '^OPTIONS='
|
|
- regex: '^OPTIONS='
|
|
- line: "OPTIONS=--loglevel={{ openshift.master.debug_level }} --listen=https://0.0.0.0:8443 --master=https://{{ openshift.common.ip }}:8443"
|
|
|
|
|
|
+ line: "OPTIONS=--loglevel={{ openshift.master.debug_level }} --listen=https://{{ openshift.master.bind_addr }}:{{ openshift.master.api_port }} --master=https://{{ openshift.common.ip }}:{{ openshift.master.api_port }}"
|
|
- regex: '^CONFIG_FILE='
|
|
- regex: '^CONFIG_FILE='
|
|
line: "CONFIG_FILE={{ openshift_master_config_file }}"
|
|
line: "CONFIG_FILE={{ openshift_master_config_file }}"
|
|
when: openshift_master_ha | bool and openshift_master_cluster_method == "native"
|
|
when: openshift_master_ha | bool and openshift_master_cluster_method == "native"
|