ansible-role-elasticsearch/handlers/main.yml
2017-08-16 11:08:03 +01:00

10 lines
No EOL
517 B
YAML

#Templates are a handler as they need to come after a restart 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.
#Templates done after restart therefore - as a handler.
- name: load-templates
include: ./handlers/elasticsearch-templates.yml
#only do templates if we're starting
when: es_templates and es_start_service
when: es_templates