Merge pull request #676 from nduytg/patch-1

Update elasticsearch-xpack.yml
This commit is contained in:
Julien Mailleret 2020-03-04 17:00:13 +01:00 committed by GitHub
commit 3f87694783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,4 +8,9 @@
#Make sure elasticsearch.keystore has correct Permissions #Make sure elasticsearch.keystore has correct Permissions
- name: Set elasticsearch.keystore Permissions - name: Set elasticsearch.keystore Permissions
become: yes 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"