This role is designed to disable EDAC related modules.
A lot of hardware vendors force/recommend disabling EDAC because it interferes with their own monitoring.
Ansible 1.4+
These are the variables that can be passed to the role:
edac_modules: [ 'moduleNames', ... ]
None.
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: all
roles:
- disable_edac
GPLv3