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