Added more x-pack config options

This commit is contained in:
Jeffrey Everling 2018-05-03 16:45:04 +02:00
parent 7aebcaefa6
commit cc28b6149a
8 changed files with 188 additions and 14 deletions

View file

@ -66,3 +66,6 @@
ES_PATH_CONF: "{{ conf_dir }}"
ES_INCLUDE: "{{ instance_default_file }}"
ES_JAVA_OPTS: "{% if es_proxy_host is defined and es_proxy_host != '' %}-Dhttp.proxyHost={{ es_proxy_host }} -Dhttp.proxyPort={{ es_proxy_port }} -Dhttps.proxyHost={{ es_proxy_host }} -Dhttps.proxyPort={{ es_proxy_port }}{% endif %}"
- name: Generate SSL/TLS environment
include: ./elasticsearch-xpack-ssl.yml