2016-08-17 02:57:01 +08:00
|
|
|
---
|
|
|
|
# Nukes a multisite config
|
|
|
|
- hosts: rgws
|
2024-02-14 18:14:02 +08:00
|
|
|
become: true
|
2016-08-17 02:57:01 +08:00
|
|
|
tasks:
|
2018-08-21 22:23:35 +08:00
|
|
|
- include_tasks: roles/ceph-rgw/tasks/multisite/destroy.yml
|
2016-08-17 02:57:01 +08:00
|
|
|
|
|
|
|
handlers:
|
|
|
|
# Ansible 2.1.0 bug will ignore included handlers without this
|
2024-02-14 18:14:02 +08:00
|
|
|
- name: Import_tasks roles/ceph-rgw/handlers/main.yml
|
2018-08-10 20:16:30 +08:00
|
|
|
import_tasks: roles/ceph-rgw/handlers/main.yml
|