modprobe

Collection: community.general

Full Name: parallax.community.general.modprobe

Aliases: community.general.modprobe, modprobe

Synopsis

Manage modprobe

Parameters

NameTypeRequiredDefaultDescription
namestringyesName of the kernel module
statestringpresentWhether the module should be present (loaded) or absent (unloaded)
paramsstringModule parameters
persistentstringdisabledWhether to persist the module across reboots (enabled/disabled)

Example

- name: Example modprobe task
  modprobe:
    name: <your_name>