complete readme

This commit is contained in:
meaz 2023-08-03 11:35:58 +02:00
parent b2a92f0446
commit 5f3d21251c
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
# cron
# Cron - Ansible Role
Simple role dealing with crontab
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.