lae / ansible-role-proxmox

IaC for Proxmox VE clusters.
MIT License
516 stars 146 forks source link

Add PVE LVM Storage #253

Closed willifehler closed 3 months ago

willifehler commented 3 months ago

Hey there,

is it already possible to add a local LVM storage?

pve_storages:
  - name: locallvm
     type: lvm
     content: [ "images", "iso" ]
     vgname: vg01
     path: /dev/sdb
"unexpected property 'path'

Cheers - Willi