Merge pull request #676 from nduytg/patch-1
Update elasticsearch-xpack.yml
This commit is contained in:
commit
3f87694783
1 changed files with 6 additions and 1 deletions
|
|
@ -8,4 +8,9 @@
|
|||
#Make sure elasticsearch.keystore has correct Permissions
|
||||
- name: Set elasticsearch.keystore Permissions
|
||||
become: yes
|
||||
file: state=file path={{ es_conf_dir }}/elasticsearch.keystore owner=root group={{ es_group }} mode=0660
|
||||
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