You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
Copy file name to clipboardexpand all lines: tasks/elasticsearch-template.yml
+14-5
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,21 @@
1
-
#Templates done after restart therefore. 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.
Copy file name to clipboardexpand all lines: tasks/main.yml
+3-7
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,11 @@
37
37
tags:
38
38
- xpack
39
39
40
-
- include: elasticsearch-template-copy.yml
41
-
when: es_templates
42
-
tags:
43
-
- templates
44
-
45
40
- meta: flush_handlers
46
41
47
-
- include: elasticsearch-template-insert.yml
48
-
when: load_templates
42
+
#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.
0 commit comments