Execution
Date 14 Dec 2025 10:21:40 +0000
Duration 00:43:55.98
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.13.5
Summary
13 Hosts
2438 Tasks
2413 Results
107 Plays
511 Files
0 Records

File: /etc/ansible/roles/ceph-ansible/roles/ceph-rgw/handlers/main.yml

1
2
3
4
5
6
---
- name: Restart rgw
  ansible.builtin.service:
    name: "ceph-radosgw@rgw.{{ rgw_zone }}.{{ ansible_facts['hostname'] }}.{{ item.instance_name }}"
    state: restarted
  with_items: "{{ rgw_instances }}"