Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/brianhartsock/ansible-role-mdadm
- Owner: brianhartsock
- Created: 2019-11-25T03:00:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T15:53:49.000Z (about 2 months ago)
- Last Synced: 2024-11-07T16:45:28.054Z (about 2 months ago)
- Language: Python
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.mdadmLicense
-------MIT
Author Information
------------------Created with love by [Brian Hartsock](http://blog.brianhartsock.com).