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