automate all the things

This commit is contained in:
2022-04-17 12:22:22 +02:00
parent beb1f6a308
commit 8b295da3a3
9 changed files with 2680 additions and 5 deletions

4
roles/neko/files/certbot Normal file
View File

@ -0,0 +1,4 @@
#! /bin/bash
systemctl stop haproxy
certbot renew --standalone --cert-name neko.tormakristof.eu
systemctl start haproxy