2016-11-03 14:53:45 +01:00
- name : reload systemd configuration
command : systemctl daemon-reload
2015-11-27 18:12:59 +00:00
2016-11-03 14:53:45 +01:00
# Restart service and ensure it is enabled
2015-11-27 18:12:59 +00:00
- name : restart elasticsearch
2017-01-17 12:00:49 +00:00
include : ./handlers/elasticsearch-restart.yml
2016-07-22 23:44:27 +01:00
2017-01-04 13:23:22 +00:00
# All security specific actions should go in here
2017-01-11 13:02:23 +00:00
- name : activate-security
include : ./handlers/security/elasticsearch-security.yml
2016-07-24 01:10:07 +01:00
2017-01-11 13:02:23 +00:00
#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
2016-07-24 01:10:07 +01:00
#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
2016-10-25 09:42:50 +01:00
when : es_templates