https://github.com/escalate/ansible-raspberry-cmdline
An Ansible role that manages the Linux kernel command line on Raspberry Pi OS
https://github.com/escalate/ansible-raspberry-cmdline
ansible ansible-role cmdline kernel linux raspberry raspberry-pi raspberrypi self-hosted selfhosted
Last synced: 3 months ago
JSON representation
An Ansible role that manages the Linux kernel command line on Raspberry Pi OS
- Host: GitHub
- URL: https://github.com/escalate/ansible-raspberry-cmdline
- Owner: escalate
- License: mit
- Created: 2021-11-09T12:57:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-20T17:39:08.000Z (11 months ago)
- Last Synced: 2026-01-03T18:10:33.993Z (6 months ago)
- Topics: ansible, ansible-role, cmdline, kernel, linux, raspberry, raspberry-pi, raspberrypi, self-hosted, selfhosted
- Language: Jinja
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/escalate/ansible-raspberry-cmdline/actions/workflows/test.yml)
# Ansible Role: Raspberry - Cmdline
An Ansible role that manages the [Linux kernel command line](https://www.raspberrypi.com/documentation/computers/configuration.html#kernel-command-line-cmdline-txt) on Raspberry Pi OS (Debian Bookworm).
## Role Variables
Please see [defaults/main.yml](https://github.com/escalate/ansible-raspberry-cmdline/blob/master/defaults/main.yml) for a complete list of variables that can be overridden.
## Dependencies
This role relies on the following dependencies:
- Roles: None
- Collections: None
## Installation
```
$ ansible-galaxy role install escalate.cmdline
```
## Example Playbook
```
- hosts: all
roles:
- role: escalate.cmdline
tags: cmdline
```
## License
MIT