2016-05-11 00:29:27 +08:00
|
|
|
---
|
|
|
|
- name: copy ceph admin keyring
|
|
|
|
copy:
|
|
|
|
src: "{{ fetch_directory }}/{{ fsid }}/etc/ceph/{{ cluster }}.client.admin.keyring"
|
|
|
|
dest: "/etc/ceph/"
|
2017-01-20 17:14:35 +08:00
|
|
|
owner: "ceph"
|
|
|
|
group: "ceph"
|
|
|
|
mode: "0600"
|
2016-05-11 00:29:27 +08:00
|
|
|
when: cephx
|