c12s-kubespray/reset.yml
Alexander Block 00ad151186 Add playbook and role to reset the cluster
This deletes everything related to the cluster and allows to start from
scratch.
2016-12-09 11:15:36 +01:00

6 lines
62 B
YAML

---
- hosts: all
roles:
- { role: reset, tags: reset }