2015-05-11 16:51:33 +02:00
|
|
|
---
|
|
|
|
|
- name: Include OS-specific variables.
|
|
|
|
|
include_vars: "{{ ansible_os_family }}.yml"
|
|
|
|
|
- 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-07-07 15:08:30 +02:00
|
|
|
- include: elasticsearch-version-lock.yml
|
|
|
|
|
when: es_version_lock
|