|
@@ -194,6 +194,8 @@
|
|
|
vars:
|
|
|
generated_certs_dir: "{{openshift.common.config_base}}/logging"
|
|
|
openshift_logging_curator_namespace: "{{ openshift_logging_namespace }}"
|
|
|
+ openshift_logging_curator_es_host: "{{ openshift_logging_es_host }}"
|
|
|
+ openshift_logging_curator_es_port: "{{ openshift_logging_es_port }}"
|
|
|
openshift_logging_curator_master_url: "{{ openshift_logging_master_url }}"
|
|
|
openshift_logging_curator_image_prefix: "{{ openshift_logging_image_prefix }}"
|
|
|
openshift_logging_curator_image_version: "{{ openshift_logging_image_version }}"
|
|
@@ -204,6 +206,8 @@
|
|
|
vars:
|
|
|
generated_certs_dir: "{{openshift.common.config_base}}/logging"
|
|
|
openshift_logging_curator_ops_deployment: true
|
|
|
+ openshift_logging_curator_es_host: "{{ openshift_logging_es_ops_host }}"
|
|
|
+ openshift_logging_curator_es_port: "{{ openshift_logging_es_ops_port }}"
|
|
|
openshift_logging_curator_namespace: "{{ openshift_logging_namespace }}"
|
|
|
openshift_logging_curator_master_url: "{{ openshift_logging_master_url }}"
|
|
|
openshift_logging_curator_image_prefix: "{{ openshift_logging_image_prefix }}"
|