fix permissions for kibana
This commit is contained in:
parent
18d69f8b67
commit
57c2a9bb76
@ -28,6 +28,8 @@
|
||||
copy:
|
||||
src: "{{ item }}"
|
||||
dest: "{{ node_certs_destination }}/"
|
||||
owner: root
|
||||
group: kibana
|
||||
mode: 0440
|
||||
with_items:
|
||||
- "{{ master_certs_path }}/{{ kibana_node_name }}/{{ kibana_node_name }}.key"
|
||||
@ -42,6 +44,8 @@
|
||||
copy:
|
||||
src: "{{ item }}"
|
||||
dest: "{{ node_certs_destination }}/"
|
||||
owner: root
|
||||
group: kibana
|
||||
mode: 0440
|
||||
with_items:
|
||||
- "{{ master_certs_path }}/{{ kibana_node_name }}/{{ kibana_node_name }}.key"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user