Logging configs for 5.0 only

This commit is contained in:
Dale McDiarmid 2017-01-11 12:17:16 +00:00
parent cde17346d5
commit 86bc009b60
3 changed files with 8 additions and 7 deletions

View file

@ -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: