be able to override log4j2.properties with custom template using variable es_config_log4j2 as the template path
This commit is contained in:
parent
0bffa37035
commit
7c01c8e02b
2 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
#Copy the logging.yml
|
||||
- name: Copy log4j2.properties File for Instance
|
||||
template: src=log4j2.properties.j2 dest={{conf_dir}}/log4j2.properties owner={{ es_user }} group={{ es_group }} mode=0644 force=yes
|
||||
template: src={{es_config_log4j2}} dest={{conf_dir}}/log4j2.properties owner={{ es_user }} group={{ es_group }} mode=0644 force=yes
|
||||
notify: restart elasticsearch
|
||||
|
||||
- name: Copy jvm.options File for Instance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue