Issue 40 + refactoring for better layout and more efficient restart process
This commit is contained in:
parent
731d4b20fe
commit
7b620eadf9
9 changed files with 44 additions and 24 deletions
|
|
@ -5,10 +5,12 @@
|
|||
include_vars: "{{ansible_os_family}}.yml"
|
||||
- include: java.yml
|
||||
- include: elasticsearch.yml
|
||||
- include: elasticsearch-plugins.yml
|
||||
when: es_plugins is defined
|
||||
- include: elasticsearch-config.yml
|
||||
- include: elasticsearch-scripts.yml
|
||||
when: es_scripts
|
||||
- include: elasticsearch-plugins.yml
|
||||
when: es_plugins is defined
|
||||
- include: elasticsearch-service.yml
|
||||
- include: elasticsearch-templates.yml
|
||||
when: es_templates
|
||||
- meta: flush_handlers
|
||||
Loading…
Add table
Add a link
Reference in a new issue