summaryrefslogtreecommitdiffstats
path: root/playbooks/heketi-destroy.yml
blob: 30134861e54287adbdc988c7333900e773d47481 (plain)
1
2
3
4
5
---
- hosts: storage_nodes
  tasks:
    - name: Destroy Heketi volumes
      shell: "yes | pvremove  /dev/{{ansible_lvm.lvs.ands_heketi.vg}}/ands_heketi --force --force"