ansible-role-elasticsearch/vars/Debian.yml
Marji Cermak d9d8810b62 enable specify java package name
If es_java variable is set, it will use that as the java package name
instead of the default package.
2016-06-05 15:43:09 +10:00

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"