Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T12:01:00.000Z (12 months ago)
- Last Synced: 2024-11-26T03:39:31.631Z (3 months ago)
- Topics: ansible, ansible-role, cron, crontab, raspberry, raspberry-pi, raspberrypi, self-hosted, selfhosted
- Language: Jinja
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Test](https://github.com/escalate/ansible-raspberry-cron/actions/workflows/test.yml/badge.svg?branch=master&event=push)](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