107 changes

This commit is contained in:
Dale McDiarmid 2016-07-20 13:51:14 +01:00
parent 8f0f3f70fa
commit 5982dad832
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@ es_version: "2.2.0"
es_version_lock: false es_version_lock: false
es_use_repository: true es_use_repository: true
es_start_service: true es_start_service: true
es_java_install: true
update_java: false update_java: false
es_restart_on_change: true es_restart_on_change: true
es_plugins_reinstall: false es_plugins_reinstall: false

View file

@ -8,6 +8,7 @@
tags: tags:
- always - always
- include: java.yml - include: java.yml
when: es_java_install
tags: tags:
- java - java
- include: elasticsearch.yml - include: elasticsearch.yml
@ -35,4 +36,4 @@
when: es_templates when: es_templates
tags: tags:
- templates - templates
- meta: flush_handlers - meta: flush_handlers