Ansible role to install and configure mdadm RAID manager.
Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.
- Minimum Ansible version:
2.10
List of docker registries to auto login
mdadm_arrays: []
mdadm_arrays:
- number: 0
level: 1
filesystem: ext4
mountpoint: /var/lib/foo
devices:
- /dev/sdb
- /dev/sdc
- number: 1
level: 1
filesystem: ext4
mountpoint: /var/lib/bar
args:
- --data-offset=1024
devices:
- /dev/sdd
- /dev/sde
Hostname for the mdadm config
mdadm_homehost: '{{ inventory_hostname }}'
mdadm_mailaddr: root
mdadm
skip_ansible_later
Apache-2.0