Go to file
Ricard Illa f7fe0ba974 caladan rsync acme dag 2022-09-16 12:30:59 +02:00
acme_renew DAG to renew certificates with acme.sh 2022-09-16 10:34:57 +02:00
acme_rsync_caladan caladan rsync acme dag 2022-09-16 12:30:59 +02:00
ddns token managed with gopass 2022-09-14 19:00:12 +02:00
letsencrypt_renew refresh postgresql certs 2022-09-11 17:11:11 +02:00
rsync_letsencrypt make rsync depend on phony requirement 2022-09-09 18:00:58 +02:00
LICENSE Update 'LICENSE' 2022-08-18 16:39:20 +02:00
README.md Update 'README.md' 2022-08-18 16:44:30 +02:00

README.md

DAGs

These are some simple DAGs (directed acyclic graphs) of tasks that I may need to run.

I'm implementing them using Makefiles and scheduling them using cron, because that's perfectly sufficient for my use-case and something like Apache Airflow would be overkill.