11 lines
279 B
Django/Jinja
11 lines
279 B
Django/Jinja
# {{ ansible_managed }}
|
|
# oxlorg.certs
|
|
|
|
[Unit]
|
|
Description=Service to renew LetsEncrypt Certificates using certbot
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=certbot renew -{{ CERT_CONFIG.letsencrypt.verbosity }} --non-interactive --agree-tos --renew-with-new-domains
|
|
SuccessExitStatus=0
|