Support custom elasticsearch configuration files
Change-Id: Id43627c6b6d305d0efbdd27ac5a2efbd5bee9107
This commit is contained in:
parent
05a2421b32
commit
da64a36bc2
@ -30,8 +30,12 @@
|
|||||||
- Restart {{ item.key }} container
|
- Restart {{ item.key }} container
|
||||||
|
|
||||||
- name: Copying over elasticsearch service config files
|
- name: Copying over elasticsearch service config files
|
||||||
template:
|
merge_yaml:
|
||||||
src: "{{ item.key }}.yml.j2"
|
sources:
|
||||||
|
- "{{ role_path }}/templates/{{ item.key }}.yml.j2"
|
||||||
|
- "{{ node_custom_config }}/elasticsearch.yml"
|
||||||
|
- "{{ node_custom_config }}/elasticsearch/{{ item.key }}.yml"
|
||||||
|
- "{{ node_custom_config }}/elasticsearch/{{ inventory_hostname }}/{{ item.key }}.yml"
|
||||||
dest: "{{ node_config_directory }}/{{ item.key }}/{{ item.key }}.yml"
|
dest: "{{ node_config_directory }}/{{ item.key }}/{{ item.key }}.yml"
|
||||||
mode: "0660"
|
mode: "0660"
|
||||||
become: true
|
become: true
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Adds ability to provide a custom elasticsearch config.
|
Loading…
Reference in New Issue
Block a user