kayobe/ansible/wipe-disks.yml
Mark Goddard 12884dd121 Add an argument to host configure to wipe block devices
This can be necessary when there are existing partition tables or LVM headers
e.g. from a previous installation.
2017-03-24 15:11:32 +00:00

13 lines
406 B
YAML

---
# Warning! This play can result in lost data. Take care when developing and
# using it.
# Initialisation task to be applied on first boot of a system to initalise
# disks. We search for block devices that are not currently mounted, then wipe
# any LVM or file system state from them.
- name: Ensure that all unmounted block devices are wiped
hosts: seed:controllers
roles:
- role: wipe-disks