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