12884dd121
This can be necessary when there are existing partition tables or LVM headers e.g. from a previous installation.
13 lines
406 B
YAML
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
|