ceph-ansible/roles/ceph-rgw/handlers/main.yml

9 lines
173 B
YAML

---
- name: update period
command: radosgw-admin period update --commit
- name: restart rgw
service:
name: ceph-radosgw@rgw.{{ ansible_host }}
state: restarted