2015-05-11 16:51:33 +02:00
|
|
|
---
|
2015-10-22 19:09:53 +01:00
|
|
|
- name: os-specific vars
|
|
|
|
|
include_vars: "{{ansible_os_family}}.yml"
|
2016-04-26 12:11:13 -07:00
|
|
|
tags:
|
|
|
|
|
- always
|
2016-07-22 23:44:27 +01:00
|
|
|
|
|
|
|
|
- name: check-set-parameters
|
|
|
|
|
include: elasticsearch-parameters.yml
|
|
|
|
|
tags:
|
|
|
|
|
- always
|
|
|
|
|
|
2015-05-11 16:51:33 +02:00
|
|
|
- include: java.yml
|
2016-07-20 13:51:14 +01:00
|
|
|
when: es_java_install
|
2016-04-26 11:45:11 -07:00
|
|
|
tags:
|
|
|
|
|
- java
|
2017-01-11 10:26:57 +00:00
|
|
|
|
2015-05-12 14:24:31 +02:00
|
|
|
- include: elasticsearch.yml
|
2016-04-26 11:45:11 -07:00
|
|
|
tags:
|
|
|
|
|
- install
|
2017-01-11 12:17:16 +00:00
|
|
|
|
2016-01-18 14:37:15 +00:00
|
|
|
- include: elasticsearch-config.yml
|
2016-04-26 11:45:11 -07:00
|
|
|
tags:
|
|
|
|
|
- config
|
2017-01-11 12:17:16 +00:00
|
|
|
|
2015-11-25 17:13:45 +00:00
|
|
|
- include: elasticsearch-scripts.yml
|
|
|
|
|
when: es_scripts
|
2016-04-26 11:45:11 -07:00
|
|
|
tags:
|
|
|
|
|
- scripts
|
2017-01-11 12:17:16 +00:00
|
|
|
|
2016-01-18 14:37:15 +00:00
|
|
|
- include: elasticsearch-plugins.yml
|
2016-03-18 19:30:11 +00:00
|
|
|
when: es_plugins is defined or es_plugins_reinstall
|
2016-04-26 11:45:11 -07:00
|
|
|
tags:
|
|
|
|
|
- plugins
|
2017-01-11 12:17:16 +00:00
|
|
|
|
2016-07-23 21:47:27 +01:00
|
|
|
#We always execute xpack as we may need to remove features
|
2016-07-22 23:44:27 +01:00
|
|
|
- include: xpack/elasticsearch-xpack.yml
|
2016-07-08 14:49:21 +01:00
|
|
|
tags:
|
2016-07-22 23:44:27 +01:00
|
|
|
- xpack
|
2017-01-11 12:17:16 +00:00
|
|
|
|
2015-11-25 23:43:01 +00:00
|
|
|
- include: elasticsearch-templates.yml
|
2015-12-24 13:21:18 +00:00
|
|
|
when: es_templates
|
2016-04-26 11:45:11 -07:00
|
|
|
tags:
|
|
|
|
|
- templates
|
2016-07-20 13:51:14 +01:00
|
|
|
- meta: flush_handlers
|