Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brianhartsock/ansible-role-mdadm

Ansible role for managing mdadm arrays.
https://github.com/brianhartsock/ansible-role-mdadm

Last synced: 22 days ago
JSON representation

Ansible role for managing mdadm arrays.

Awesome Lists containing this project

README

        

ansible-role-mdadm
=========

Super simple role that installs mdadm and mounts raid arrays.

Requirements
------------

None

Role Variables
--------------

The only role variable for this repository is a list of mount points.

```
mdadm_mounts:
- path: /srv
src: /dev/md0
fstype: ext4

```

Dependencies
------------

None

Example Playbook
----------------

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
roles:
- role: brianhartsock.mdadm

License
-------

MIT

Author Information
------------------

Created with love by [Brian Hartsock](http://blog.brianhartsock.com).