September 2018
Beginner to intermediate
214 pages
5h 53m
English
This module allows you to manage the kernel blacklist of modules and drivers, which are the drivers and libraries to be excluded from the kernel devices driver initialization on the system startup. For our sample playbook, we will perform one of the most common blacklisting actions when using Nvidia GPUs—blacklisting the nouveau driver:
- name: addling nouveau nvidia driver to the kernel blaklist kernel_blacklist: name: nouveau state: present
Read now
Unlock full access