begin disk config

This commit is contained in:
2022-10-31 00:56:06 +13:00
parent 263907032b
commit c8abd13f86
3 changed files with 25 additions and 7 deletions

View File

@ -0,0 +1,10 @@
---
- name: create gpt labels
community.general.parted:
device: "{{ item }}"
label: gpt
with_items:
- /dev/vdb
- /dev/vdc
- /dev/vdd