Simple role dealing with crontab
Go to file
muppeth e2fa74d3b9 Merge pull request 'Cron Env' (#2) from cron_env into main
Reviewed-on: #2
2024-03-24 21:57:34 +00:00
defaults added vars for shell, path, and env 2024-03-24 20:29:59 +01:00
tasks cosmetics 2023-08-03 11:36:13 +02:00
templates added vars for shell, path, and env 2024-03-24 20:29:59 +01:00
LICENSE better licence 2023-08-03 11:35:40 +02:00
README.md complete readme 2023-08-03 11:35:58 +02:00

README.md

Cron - Ansible Role

This role covers deployment of crontab. This role is released under MIT Licence and we give no warranty for this piece of software. Currently supported OS - Debian.

Use

You can deploy crontab by simply editing the defaults/main.yml file. For example - '0 3 * * * username bash /home/username/your_script.sh' to run a script at 3am everyday.