If es_java variable is set, it will use that as the java package name instead of the default package.
4 lines
No EOL
145 B
YAML
4 lines
No EOL
145 B
YAML
---
|
|
java: "{{ es_java | default('java-1.8.0-openjdk.x86_64') }}"
|
|
default_file: "/etc/sysconfig/elasticsearch"
|
|
es_home: "/usr/share/elasticsearch" |