k3s_setup/roles/ceph/handlers/main.yml

8 lines
299 B
YAML
Raw Normal View History

2020-02-07 12:09:42 +00:00
---
- name: import keyring to admin
command:
cmd: ceph-authtool /etc/ceph/ceph.mon.keyring --import-keyring /etc/ceph/ceph.client.admin.keyring
- name: import keyring to osd
command:
cmd: ceph-authtool /etc/ceph/ceph.mon.keyring --import-keyring /var/lib/ceph/bootstrap-osd/ceph.keyring