summaryrefslogtreecommitdiffstats
path: root/ci/nbp-ansible/clean.yml
blob: 6e5f629460296550687cd8a236d7c8f2fe7189c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
# Defines some clean processes when banishing the cluster.

- name: destory all opensds nbp files
  hosts: worker-nodes
  remote_user: root
  vars_files:
    - group_vars/common.yml
  gather_facts: false
  become: True
  roles:
    - cleaner