Removing ssl configuration

This commit is contained in:
Jeffrey Everling 2018-05-05 08:00:38 +02:00
parent ff9a64ba56
commit 796731721c
8 changed files with 18 additions and 186 deletions

View file

@ -23,17 +23,11 @@ path.data: {{ data_dirs | array_to_str }}
path.logs: {{ log_dir }}
{% if es_path_repo is defined %}
{% if es_path_repo %}
path.repo: {{ es_path_repo }}
{% endif %}
{% if es_action_auto_create_index == true %}
action.auto_create_index: true
{% elif not es_action_auto_create_index %}
action.auto_create_index: false
{% else %}
action.auto_create_index: {{ es_action_auto_create_index }}
{% endif %}
action.auto_create_index: {{ action_auto_create_index }}
{% if es_enable_xpack %}
{% if not "security" in es_xpack_features %}
@ -57,18 +51,6 @@ xpack.graph.enabled: false
{% endif %}
{% endif %}
{% if es_ssl_config['enabled'] is defined %}
xpack.security.transport.ssl.enabled: true
xpack.security.http.ssl.enabled: true
xpack.security.http.ssl.keystore.path: {{conf_dir}}/ssl/{{es_ssl_config['dns']}}.p12
#Legacy config required for /usr/share/elasticsearch/bin/x-pack/setup-passwords
xpack.security.http.ssl.keystore.password: "test"
xpack.security.http.ssl.truststore.path: {{conf_dir}}/ssl/{{es_ssl_config['dns']}}.p12
#Legacy config required for /usr/share/elasticsearch/bin/x-pack/setup-passwords
xpack.security.http.ssl.truststore.password: "test"
xpack.security.http.ssl.client_authentication: none
{% endif %}
{% if es_mail_config['account'] is defined %}
xpack.notification.email:
account: