kayobe/ansible/group_vars/seed/lvm
Mark Goddard 1260f9a87e Add support for configuration of LVM PVs, VGs and LVs
Currently we configure the seed with a single VG containing a volume for Docker volumes.
2017-03-15 09:44:15 +00:00

7 lines
181 B
Plaintext

---
###############################################################################
# Seed node LVM configuration.
# List of LVM volume groups.
lvm_groups: "{{ seed_lvm_groups }}"