add haproxy reload cron
This commit is contained in:
parent
2971633493
commit
34cb53035c
|
@ -40,4 +40,10 @@
|
|||
src: certbot-deploy.sh
|
||||
dest: /opt/certbot/certbot-deploy.sh
|
||||
mode: '0700'
|
||||
notify: Run certbot
|
||||
notify: Run certbot
|
||||
|
||||
- name: Install weekly haproxy reload
|
||||
cron:
|
||||
name: "haproxy reload"
|
||||
special_time: weekly
|
||||
job: "/bin/systemctl reload haproxy"
|
Loading…
Reference in New Issue