|
@@ -30,6 +30,7 @@ openshift_logging_mux_allow_external: False
|
|
openshift_logging_use_mux: "{{ openshift_logging_mux_allow_external | default(False) }}"
|
|
openshift_logging_use_mux: "{{ openshift_logging_mux_allow_external | default(False) }}"
|
|
openshift_logging_mux_hostname: "{{ 'mux.' ~ openshift_master_default_subdomain }}"
|
|
openshift_logging_mux_hostname: "{{ 'mux.' ~ openshift_master_default_subdomain }}"
|
|
openshift_logging_mux_port: 24284
|
|
openshift_logging_mux_port: 24284
|
|
|
|
+openshift_logging_mux_external_address: "{{ ansible_default_ipv4.address }}"
|
|
# the namespace to use for undefined projects should come first, followed by any
|
|
# the namespace to use for undefined projects should come first, followed by any
|
|
# additional namespaces to create by default - users will typically not need to set this
|
|
# additional namespaces to create by default - users will typically not need to set this
|
|
openshift_logging_mux_default_namespaces: ["mux-undefined"]
|
|
openshift_logging_mux_default_namespaces: ["mux-undefined"]
|