Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pauliusm/ansible-role-rasdaemon

Role for installing and setting up rasdaemon on RHEL/CentOS
https://github.com/pauliusm/ansible-role-rasdaemon

ansible-role centos edac ras rasdaemon rhel

Last synced: 22 days ago
JSON representation

Role for installing and setting up rasdaemon on RHEL/CentOS

Awesome Lists containing this project

README

        

Ansible role `rasdaemon`
=========

An Ansible role for installing `rasdaemon` - daemon which reports hardware (memory) errors.
It is very simple role, which can be used as a template or for training, yet it does something useful.

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

CentOS/RHEL 7+ system, with rasdaemon package available.

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

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

None so far.

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

```
- hosts: all
roles:
- { role: pauliusm.rasdaemon }
```

Testing
-------

Testing is quite interesting, as it requires real hardware.
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)