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.
CentOS/RHEL 7+ system, with rasdaemon package available.
None so far.
- hosts: all
roles:
- { role: pauliusm.rasdaemon }
Testing is quite interesting, as it requires real hardware. Use run-docker-tests.sh to test some things in docker.
BSD