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 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T10:22:58.000Z (3 months ago)
- Last Synced: 2025-03-16T11:27:56.848Z (3 months ago)
- Topics: ansible, ansible-role, cmdline, kernel, linux, raspberry, raspberry-pi, raspberrypi, self-hosted, selfhosted
- Language: Jinja
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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#the-kernel-command-line) 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