begin disk config
This commit is contained in:
10
ansible/roles/vm_disks/tasks/main.yaml
Normal file
10
ansible/roles/vm_disks/tasks/main.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- name: create gpt labels
|
||||
community.general.parted:
|
||||
device: "{{ item }}"
|
||||
label: gpt
|
||||
with_items:
|
||||
- /dev/vdb
|
||||
- /dev/vdc
|
||||
- /dev/vdd
|
Reference in New Issue
Block a user