Reworking of templates
This commit is contained in:
parent
b00844a109
commit
87e32dc241
7 changed files with 28 additions and 35 deletions
|
|
@ -37,25 +37,18 @@
|
|||
tags:
|
||||
- xpack
|
||||
|
||||
- include: elasticsearch-templates.yml
|
||||
- include: elasticsearch-template-copy.yml
|
||||
when: es_templates
|
||||
tags:
|
||||
- templates
|
||||
|
||||
- name: reload systemd configuration
|
||||
command: systemctl daemon-reload
|
||||
|
||||
# Restart service and ensure it is enabled
|
||||
- name: restart elasticsearch
|
||||
service: name={{instance_init_script | basename}} state=restarted enabled=yes
|
||||
when:
|
||||
- es_restart_on_change
|
||||
- es_start_service
|
||||
- ((plugin_installed is defined and plugin_installed.changed) or (config_updated is defined and config_updated.changed) or (xpack_state.changed) or (debian_elasticsearch_install_from_repo.changed or redhat_elasticsearch_install_from_repo.changed or elasticsearch_install_from_package.changed))
|
||||
register: es_restarted
|
||||
|
||||
- meta: flush_handlers
|
||||
|
||||
- include: elasticsearch-template-insert.yml
|
||||
when: load_templates
|
||||
tags:
|
||||
- templates
|
||||
|
||||
- name: Make sure elasticsearch is started
|
||||
service: name={{instance_init_script | basename}} state=started enabled=yes
|
||||
when: es_start_service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue