Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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