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

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

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)