--- icon: material/cogs status: draft hide: - tags tags: - hwe - kernel saltbox_automation: sections: inventory: true project_description: name: Kernel summary: |- a Saltbox module that manages the Linux kernel. --- # Kernel ## Overview Kernel is a Saltbox module that manages the Linux kernel. --- ## Deployment Core Saltbox role. ```shell sb install kernel ``` ## Role Defaults Variables can be customized using the [Inventory](/saltbox/inventory/index.md#overriding-variables){ data-preview }. (1) { .annotate .sb-annotated } 1. !!! example "Example override" ```yaml kernel_install_hwe: true ``` === "Settings" ??? variable bool "`kernel_install_hwe`" ```yaml # Setting to true will install the Hardware Enablement kernel package whenever the kernel role is run. # Type: bool (true/false) kernel_install_hwe: false ```