Skip to content

pauliusm/ansible-role-rasdaemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 to test some things in docker.

License

BSD

Contributors