Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-mdadm
https://github.com/mrlesmithjr/ansible-mdadm
ansible ansible-role debian raid ubuntu
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-mdadm
- Owner: mrlesmithjr
- Created: 2017-03-08T20:56:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T04:26:09.000Z (9 months ago)
- Last Synced: 2024-09-30T17:41:24.835Z (about 1 month ago)
- Topics: ansible, ansible-role, debian, raid, ubuntu
- Language: Jinja
- Size: 41 KB
- Stars: 61
- Watchers: 6
- Forks: 42
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mrlesmithjr.mdadm
An [Ansible](https://www.ansible.com) role to install and manage [mdadm](https://linux.die.net/man/8/mdadm) raid arrays.
## Requirements
- Available unpartitioned disk devices
## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
None
## Example Playbook
```yaml
- hosts: all
become: true
vars:
roles:
- role: ansible-mdadm
tasks:
```## License
BSD
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [[email protected]](mailto:[email protected])
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)