blob: b4a16a1dc76a533f0050288dc4ee240bd1113c2b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
# mdadm_volume:
# name: mdfoobar
# level: 1
# devices:
# - /dev/disk/by-id/foo
# - /dev/disk/by-id/bar
# fs: ext4
# dest: /srv/foobar
# mntopts: x-systemd.automount,nofail
mdadm_volume: "{{ storage_volume }}"
|