ceph-ansible/infrastructure-playbooks/purge-multisite.yml

12 lines
268 B
YAML
Raw Normal View History

2016-08-17 02:57:01 +08:00
---
# Nukes a multisite config
- hosts: rgws
become: True
tasks:
- include: roles/ceph-rgw/tasks/multisite/destroy.yml
2016-08-17 02:57:01 +08:00
handlers:
- include: roles/ceph-rgw/handlers/main.yml
2016-08-17 02:57:01 +08:00
# Ansible 2.1.0 bug will ignore included handlers without this
static: True