Go to file
Robert Kaussow 9f3ef0ad5c
continuous-integration/drone/push Build is passing Details
override meta author for readme
2019-11-07 09:24:51 +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 fix type error 2019-10-20 23:51:27 +02:00
tasks initial commit 2019-10-20 23:43:24 +02:00
.drone.jsonnet Revert "fix docs pipeline" 2019-10-21 08:34:54 +02:00
.drone.yml Revert "fix docs pipeline" 2019-10-21 08:34:54 +02:00
.gitignore initial commit 2019-10-20 23:43:24 +02:00
HEADER.md initial commit 2019-10-20 23:43:24 +02:00
LICENSE initial commit 2019-10-20 23:43:24 +02:00
README.md [SKIP CI] update readme 2019-11-06 22:14:08 +00:00

README.md

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 mail@geeklabor.de