use files permissions from official package
This commit is contained in:
parent
6a1b886753
commit
9bac169862
8 changed files with 34 additions and 25 deletions
|
|
@ -8,5 +8,4 @@
|
|||
#Make sure elasticsearch.keystore has correct Permissions
|
||||
- name: Set elasticsearch.keystore Permissions
|
||||
become: yes
|
||||
file: state=file path={{ es_conf_dir }}/elasticsearch.keystore owner={{ es_user }} group={{ es_group }}
|
||||
when: es_enable_xpack
|
||||
file: state=file path={{ es_conf_dir }}/elasticsearch.keystore owner=root group={{ es_group }} mode=0660
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue