Single template file

This commit is contained in:
Dale McDiarmid 2017-08-17 12:25:25 +01:00
parent 979ef94f77
commit ce180520a8
4 changed files with 18 additions and 21 deletions

View file

@ -37,15 +37,11 @@
tags:
- xpack
- include: elasticsearch-template-copy.yml
when: es_templates
tags:
- templates
- meta: flush_handlers
- include: elasticsearch-template-insert.yml
when: load_templates
#Templates done after restart - handled by flushing the handlers. e.g. suppose user removes security on a running node and doesn't specify es_api_basic_auth_username and es_api_basic_auth_password. The templates will subsequently not be removed if we don't wait for the node to restart.
- include: elasticsearch-template.yml
when: es_templates
tags:
- templates