2019-05-12 18:21:24 +02:00

14 lines
346 B
YAML

---
- name: Create certbot-renew service
template:
src: certbot-renew.service.j2
dest: /etc/systemd/system/certbot-renew.service
notify: certbot restart renew timer
- name: Create certbot-renew timer
template:
src: certbot-renew.timer.j2
dest: /etc/systemd/system/certbot-renew.timer
notify: certbot restart renew timer