kernel
5 Ansible tutorials tagged “kernel”. Working examples covering automation, configuration management, and DevOps workflows.
Ansible GRUB Bootloader — Kernel Params
playbooks · 4
Configure GRUB bootloader with Ansible. Manage kernel command-line parameters, default boot entries, timeout settings, password protection.
Automating depmod with Ansible
playbooks · 3
Learn how to automate the depmod command using Ansible for streamlined kernel module management. Tested on real machines with clear, copy-paste examples.
Configuring Kernel Parameters in RedHat-like Linux Systems with Ansible System Role
playbooks · 4
Learn how to configure kernel parameters in RedHat-like Linux systems using the Ansible System Role. Follow our live Playbook example for efficient.
Ansible modprobe — Load Kernel Modules
playbooks · 4
How to automate the Linux Kernel module loading of the "dummy" module with parameters on an example machine with Ansible.
Ansible sysctl Module — Kernel Tuning
playbooks · 4
Set and persist Linux kernel parameters with ansible.posix.sysctl. Playbook examples for vm.swappiness, ip_forward, file-max, and more.