summaryrefslogtreecommitdiff
path: root/roles/storage/mdadm/base/defaults/main.yml
blob: ef875336bf5333022a09b8db614f651c0cb70e49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
mdadm_devices: {}

# mdadm_devices:
#   foobar:
#     name: mdfoobar
#     level: 1
#     devices:
#     - /dev/disk/by-id/foo
#     - /dev/disk/by-id/bar

mdadm_volumes: {}

# mdadm_volumes:
#   foobar:
#     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