k3s_setup/roles/ceph/handlers/main.yml

8 lines
299 B
YAML

---
- 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