https://github.com/escalate/ansible-raspberry-common
An Ansible role that manages basic operating system configuration on Raspberry Pi OS
https://github.com/escalate/ansible-raspberry-common
ansible ansible-role apt common cron hostname raspberry raspberry-pi raspberrypi self-hosted selfhosted timezone
Last synced: about 1 month ago
JSON representation
An Ansible role that manages basic operating system configuration on Raspberry Pi OS
- Host: GitHub
- URL: https://github.com/escalate/ansible-raspberry-common
- Owner: escalate
- License: mit
- Created: 2020-06-19T09:07:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-20T17:38:47.000Z (11 months ago)
- Last Synced: 2025-07-20T19:19:13.798Z (11 months ago)
- Topics: ansible, ansible-role, apt, common, cron, hostname, raspberry, raspberry-pi, raspberrypi, self-hosted, selfhosted, timezone
- Language: Jinja
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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-common/actions/workflows/test.yml)
# Ansible Role: Raspberry - Common
An Ansible role that manages basic operating system configuration on Raspberry Pi OS (Debian Bookworm).
## Role Variables
Please see [defaults/main.yml](https://github.com/escalate/ansible-raspberry-common/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: [requirements.yml](https://github.com/escalate/ansible-raspberry-common/blob/master/requirements.yml)
## Installation
```
$ ansible-galaxy role install escalate.common
```
## Example Playbook
```
- hosts: all
roles:
- role: escalate.common
tags: common
```
## License
MIT