summaryrefslogtreecommitdiff
path: root/roles/certbot/files
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2026-03-21 19:54:04 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2026-03-21 19:54:04 +0000
commitd22e2491e516845f7810556a80e396e56daaa613 (patch)
tree41637027e8d244436f276c2a8c87dd55a15d3f64 /roles/certbot/files
parentd391379cd897f6869209215ff0eb7d739b34fbfd (diff)
downloadinfra-d22e2491e516845f7810556a80e396e56daaa613.tar.gz
infra-d22e2491e516845f7810556a80e396e56daaa613.tar.bz2
infra-d22e2491e516845f7810556a80e396e56daaa613.zip
Remove custom certbot units
There is certbot-renew.timer file that comes out of the box. No need to maintain own copy.
Diffstat (limited to 'roles/certbot/files')
-rw-r--r--roles/certbot/files/certbot.service6
-rw-r--r--roles/certbot/files/certbot.timer10
2 files changed, 0 insertions, 16 deletions
diff --git a/roles/certbot/files/certbot.service b/roles/certbot/files/certbot.service
deleted file mode 100644
index 26cf2fd..0000000
--- a/roles/certbot/files/certbot.service
+++ /dev/null
@@ -1,6 +0,0 @@
-[Unit]
-Description=Let's Encrypt renewal
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/certbot renew --agree-tos
diff --git a/roles/certbot/files/certbot.timer b/roles/certbot/files/certbot.timer
deleted file mode 100644
index 565b4ee..0000000
--- a/roles/certbot/files/certbot.timer
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Renewal of Let's Encrypt's certificates
-
-[Timer]
-OnCalendar=daily
-OnCalendar=0/12:12:00
-Persistent=true
-
-[Install]
-WantedBy=timers.target