mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 09:07:03 +02:00
Update to 2022-01-25 15:00
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
---
|
||||
|
||||
- name: Deploy configuration
|
||||
template: src={{ item }}.j2 dest=/etc/elasticsearch/{{ item }} group=elasticsearch mode=660
|
||||
template: src={{ item }}.j2 dest={{ es_root_dir }}/etc/{{ item }} group={{ es_user }} mode=660
|
||||
loop:
|
||||
- elasticsearch.yml
|
||||
- log4j2.properties
|
||||
- jvm.options
|
||||
notify: restart elasticsearch
|
||||
tags: es
|
||||
|
Reference in New Issue
Block a user