Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pauliusm/ansible-role-rasdaemon
- Owner: pauliusm
- Created: 2020-03-26T08:32:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T09:51:21.000Z (over 4 years ago)
- Last Synced: 2024-10-04T07:41:48.447Z (about 1 month ago)
- Topics: ansible-role, centos, edac, ras, rasdaemon, rhel
- Language: Shell
- Homepage: https://galaxy.ansible.com/pauliusm/ansible_role_rasdaemon
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)