Added cerbot renewal jobs

This commit is contained in:
2019-11-27 16:10:19 -06:00
parent f292c531db
commit bd04d892f8
4 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
- name: systemd daemon-reload
systemd:
name: "{{ certbot_service_name }}"
daemon_reload: yes
state: restarted