From ce18a1206c9e6ca74177c8ca16e42efae934c00f Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 6 Jan 2024 18:57:53 +0000 Subject: Make certbot a role --- roles/certbot/files/certbot.timer | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 roles/certbot/files/certbot.timer (limited to 'roles/certbot/files/certbot.timer') diff --git a/roles/certbot/files/certbot.timer b/roles/certbot/files/certbot.timer new file mode 100644 index 0000000..565b4ee --- /dev/null +++ b/roles/certbot/files/certbot.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Renewal of Let's Encrypt's certificates + +[Timer] +OnCalendar=daily +OnCalendar=0/12:12:00 +Persistent=true + +[Install] +WantedBy=timers.target -- cgit v1.2.3-70-g09d2