X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fansible%2Fclean.yml;fp=ci%2Fansible%2Fclean.yml;h=fd2f1c96e2d39d2a5f91fc954ed85d7d7eae9e31;hb=64df7bc3bc70d49153409436b411fb327691a4d5;hp=0000000000000000000000000000000000000000;hpb=0786fde30eba926b097617dea9ca4683ac2fa1b7;p=stor4nfv.git 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