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