Go to file
2020-01-22 23:20:53 +01:00
defaults initial commit 2019-10-20 23:43:24 +02:00
meta override meta author for readme 2019-11-07 09:24:51 +01:00
molecule refactor docs 2020-01-22 22:36:03 +01:00
tasks initial commit 2019-10-20 23:43:24 +02:00
.drone.jsonnet [SKIP CI] force run 2020-01-22 23:20:53 +01:00
.drone.yml refactor docs 2020-01-22 22:08:45 +01:00
.gitignore initial commit 2019-10-20 23:43:24 +02:00
.later.yml cleanup pipeline 2019-11-22 23:59:05 +01:00
LICENSE initial commit 2019-10-20 23:43:24 +02:00
README.md [SKIP CI] update readme 2019-11-07 08:40:07 +00:00

xoxys.lvm

Build Status

Configure a list of LVM volumes

Table of content


Default Variables

lvm_packages

Default value

lvm_packages:
  - lvm2

lvm_volumes

Default value

lvm_volumes: []

Example usage

lvm_volumes:
  - name: lv_data
    group: vg_data
    disks:
      - /dev/sda
    fstype: ext4
    size: 100g
    resizefs: True
    mountpoint: /mnt/data
    mountopts:
      - ro
      - noauto
    state: present

Dependencies

None.

License

MIT

Author

xoxys