https://github.com/pauliusm/ansible-role-perccli
Installs perccli RAID management utility
https://github.com/pauliusm/ansible-role-perccli
dell lsi megaraid perc perccli poweredge raid
Last synced: 12 months ago
JSON representation
Installs perccli RAID management utility
- Host: GitHub
- URL: https://github.com/pauliusm/ansible-role-perccli
- Owner: pauliusm
- Created: 2020-05-21T07:34:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T20:28:42.000Z (almost 6 years ago)
- Last Synced: 2025-03-31T07:42:18.624Z (about 1 year ago)
- Topics: dell, lsi, megaraid, perc, perccli, poweredge, raid
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ansible role `perccli`
=========
An Ansible role for installing `perccli` - Dell PowerEdge PERC RAID controler management tool.
Playbook somehow follows [official page](https://www.dell.com/support/article/en-ba/sln283135/how-to-use-the-poweredge-raid-controller-perc-command-line-interface-cli-utility-to-manage-your-raid-controller?lang=en).
Requirements
------------
Role Variables
--------------
Dependencies
------------
None so far.
Example Playbook
----------------
```
- hosts: all
roles:
- role: pauliusm.perccli
```
Testing
-------
Use [run-docker-tests.sh](tests/run-docker-tests.sh) to test some things in docker.
License
-------
BSD
Contributors
------------
- [Paulius Mažeika](https://github.com/pauliusm)