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

9 lines
177 B
YAML

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