mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-23 20:30:18 +00:00
Move scheduled commands to cron folders
This commit is contained in:
3
roles/webserver/files/etc/cron.hourly/analog
Normal file
3
roles/webserver/files/etc/cron.hourly/analog
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
# hourly cron job for analog -- https://stats.thunix.net/
|
||||
analog -r +1 +4 +5 +6 +7 +D +d +P +p +v
|
||||
3
roles/webserver/files/etc/cron.weekly/certbot-renew
Normal file
3
roles/webserver/files/etc/cron.weekly/certbot-renew
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
/usr/bin/certbot renew
|
||||
Reference in New Issue
Block a user