mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 17:44:20 +01:00
11 lines
237 B
YAML
11 lines
237 B
YAML
---
|
|
- include: java.yml
|
|
- include: elasticsearch.yml
|
|
- include: elasticsearch-plugins.yml
|
|
when: es_plugins is defined
|
|
- include: elasticsearch-scripts.yml
|
|
when: es_scripts
|
|
- include: elasticsearch-templates.yml
|
|
when: es_templates
|
|
|