summaryrefslogtreecommitdiff
path: root/roles/storage/lvm/volume/defaults/main.yml
blob: 6c0d6cf5d3a21a9eed22b76a00b6af930d5f5446 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
# lvm_volume:
#   parent:
#     thinpool: true
#     ...
#   vg: foo
#   lv: bar
#   thinpool: false
#   size: 10G
#   fs: ext4
#   dest: /srv/foo/bar
#   mode: 0750
#   owner: root
#   group: users

lvm_volume: "{{ storage_volume }}"