https://github.com/escalate/ansible-raspberry-cron
An Ansible role that manages cron on Raspberry Pi OS
https://github.com/escalate/ansible-raspberry-cron
ansible ansible-role cron crontab raspberry raspberry-pi raspberrypi self-hosted selfhosted
Last synced: about 2 months ago
JSON representation
An Ansible role that manages cron on Raspberry Pi OS
- Host: GitHub
- URL: https://github.com/escalate/ansible-raspberry-cron
- Owner: escalate
- License: mit
- Created: 2021-07-17T11:34:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-20T17:54:08.000Z (12 months ago)
- Last Synced: 2025-09-20T10:29:42.870Z (9 months ago)
- Topics: ansible, ansible-role, cron, crontab, raspberry, raspberry-pi, raspberrypi, self-hosted, selfhosted
- Language: Jinja
- Homepage:
- Size: 31.3 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-cron/actions/workflows/test.yml)
# Ansible Role: Raspberry - Cron
An Ansible role that manages [cron](https://wiki.debian.org/cron) on Raspberry Pi OS (Debian Bookworm).
## Role Variables
This roles has no variables that can be overridden.
## Dependencies
This role relies on the following dependencies:
- Roles: None
- Collections: None
## Installation
```
$ ansible-galaxy role install escalate.cron
```
## Example Playbook
```
- hosts: all
roles:
- role: escalate.cron
tags: cron
```
## License
MIT