2015-05-11 16:51:33 +02:00
|
|
|
---
|
|
|
|
|
- include: java.yml
|
2015-05-12 14:24:31 +02:00
|
|
|
- include: elasticsearch.yml
|
2015-05-13 13:33:43 +02:00
|
|
|
- include: elasticsearch-plugins.yml
|
2015-05-22 21:11:33 +02:00
|
|
|
when: es_plugins is defined
|
2015-08-03 15:25:03 +02:00
|
|
|
- include: elasticsearch-scripts.yml
|
|
|
|
|
when: es_scripts
|
2015-09-14 10:31:21 +02:00
|
|
|
- include: elasticsearch-templates.yml
|
|
|
|
|
when: es_templates
|
2015-08-03 15:25:03 +02:00
|
|
|
|