modprobe
Collection: community.general
Full Name: parallax.community.general.modprobe
Aliases: community.general.modprobe, modprobe
Synopsis
Manage modprobe
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string | yes | Name of the kernel module | |
| state | string | present | Whether the module should be present (loaded) or absent (unloaded) | |
| params | string | Module parameters | ||
| persistent | string | disabled | Whether to persist the module across reboots (enabled/disabled) |
Example
- name: Example modprobe task
modprobe:
name: <your_name>