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
Sébastien Han 2017-08-25 18:13:09 +02:00
parent d132605cb5
commit 972eb45d31
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
dest: "{{ item.0 }}"
owner: root
group: root
mode: 0644
mode: 0600
changed_when: false
with_together:
- "{{ ceph_config_keys }}"