mirror of https://github.com/ceph/ceph-ansible.git
12 lines
318 B
YAML
12 lines
318 B
YAML
---
|
|
# Nukes a multisite config
|
|
- hosts: rgws
|
|
become: true
|
|
tasks:
|
|
- include_tasks: roles/ceph-rgw/tasks/multisite/destroy.yml
|
|
|
|
handlers:
|
|
# Ansible 2.1.0 bug will ignore included handlers without this
|
|
- name: Import_tasks roles/ceph-rgw/handlers/main.yml
|
|
import_tasks: roles/ceph-rgw/handlers/main.yml
|