Create pv, vg, lv, filesystems then mounts and configures /etc/fstab.
device: vdb
vgname: satdata
logical_volumes:
- name: pgsql
size: 10g
mount_dir: /var/lib/pgsql
fstype: xfs
- name: mongodb
size: 50g
mount_dir: /var/lib/mongodb
fstype: xfs
- hosts: servers
roles:
- { role: swygue-lvm }
BSD
An optional section for the role authors to include contact information, or a website (HTML is not allowed).