You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
413 B
20 lines
413 B
- name: erase_devices_metadata
|
|
priority: 99
|
|
interface: deploy
|
|
args:
|
|
tags:
|
|
required: true
|
|
description: list of playbook tags used to erase partition table on disk devices
|
|
value:
|
|
- zap
|
|
|
|
- name: erase_devices
|
|
priority: 10
|
|
interface: deploy
|
|
args:
|
|
tags:
|
|
required: true
|
|
description: list of playbook tags used to erase disk devices
|
|
value:
|
|
- shred
|