ansible-role-elasticsearch/tasks/main.yml

8 lines
205 B
YAML
Raw Normal View History

2015-05-11 16:51:33 +02:00
---
- name: Include OS-specific variables.
include_vars: "{{ ansible_os_family }}.yml"
- include: java.yml
- include: elasticsearch.yml
- include: elasticsearch-plugins.yml
2015-05-22 21:11:33 +02:00
when: es_plugins is defined