summaryrefslogtreecommitdiffstats
path: root/ci/ansible/clean.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/ansible/clean.yml')
-rw-r--r--ci/ansible/clean.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/ci/ansible/clean.yml b/ci/ansible/clean.yml
new file mode 100644
index 0000000..fd2f1c9
--- /dev/null
+++ b/ci/ansible/clean.yml
@@ -0,0 +1,14 @@
+---
+# Defines some clean processes when banishing the cluster.
+
+- name: destory an opensds cluster
+ hosts: all
+ remote_user: root
+ vars_files:
+ - group_vars/common.yml
+ - group_vars/osdsdb.yml
+ - group_vars/osdsdock.yml
+ gather_facts: false
+ become: True
+ roles:
+ - cleaner \ No newline at end of file