Removing ssl configuration
This commit is contained in:
parent
ff9a64ba56
commit
796731721c
8 changed files with 18 additions and 186 deletions
|
|
@ -66,6 +66,3 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue