1
0
Fork 0

add haproxy reload cron

This commit is contained in:
Massaki Archambault 2022-07-20 23:35:49 -04:00
parent 2971633493
commit 34cb53035c
1 changed files with 7 additions and 1 deletions

View File

@ -41,3 +41,9 @@
dest: /opt/certbot/certbot-deploy.sh
mode: '0700'
notify: Run certbot
- name: Install weekly haproxy reload
cron:
name: "haproxy reload"
special_time: weekly
job: "/bin/systemctl reload haproxy"