adfinis / ansible-roles

This Git repository is deprecated, there is a Git repository per role.
https://docs.adfinis-sygroup.ch/public/ansible-guide/
GNU General Public License v3.0
6 stars 6 forks source link

ipmi: load kernel modules before checking if device is present #34

Closed keachi closed 7 years ago

keachi commented 7 years ago

If the kernel module ipmi_devintf isn't loaded, there is no /dev/ipmi? file.

karras commented 7 years ago

Do we have to adjust a modload config to ensure that the module is always loaded and not just temporarily until reboot?

keachi commented 7 years ago

Yes, we have. The first task in the configuration.yml will do that.