Logging configs for 5.0 only
This commit is contained in:
parent
cde17346d5
commit
86bc009b60
3 changed files with 8 additions and 7 deletions
|
|
@ -17,21 +17,26 @@
|
|||
- include: elasticsearch.yml
|
||||
tags:
|
||||
- install
|
||||
|
||||
- include: elasticsearch-config.yml
|
||||
tags:
|
||||
- config
|
||||
|
||||
- include: elasticsearch-scripts.yml
|
||||
when: es_scripts
|
||||
tags:
|
||||
- scripts
|
||||
|
||||
- include: elasticsearch-plugins.yml
|
||||
when: es_plugins is defined or es_plugins_reinstall
|
||||
tags:
|
||||
- plugins
|
||||
|
||||
#We always execute xpack as we may need to remove features
|
||||
- include: xpack/elasticsearch-xpack.yml
|
||||
tags:
|
||||
- xpack
|
||||
|
||||
- include: elasticsearch-templates.yml
|
||||
when: es_templates
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue