# {{ 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