disable_edac
Ansible Role: Disable EDAC
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.
Requirements
Ansible 1.4+
Role Variables
These are the variables that can be passed to the role:
edac_modules: [ 'moduleNames', ... ]
Dependencies
None.
Example Playbook
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
License
GPLv3
Author Information
Install
ansible-galaxy install Klaas-/ansible-role-disable-edac
License
gpl-3.0
Downloads
21
Owner