mirror of https://github.com/ceph/ceph-ansible.git
ceph-docker-common: apply 0600 to key permissions
Keys should only be readable and writable by their respective owners and that's all. Closes: https://github.com/ceph/ceph-ansible/issues/1760 Signed-off-by: Sébastien Han <seb@redhat.com>pull/1815/head
parent
d132605cb5
commit
972eb45d31
|
@ -47,7 +47,7 @@
|
||||||
dest: "{{ item.0 }}"
|
dest: "{{ item.0 }}"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0600
|
||||||
changed_when: false
|
changed_when: false
|
||||||
with_together:
|
with_together:
|
||||||
- "{{ ceph_config_keys }}"
|
- "{{ ceph_config_keys }}"
|
||||||
|
|
Loading…
Reference in New Issue