add haproxy reload cron
This commit is contained in:
parent
2971633493
commit
34cb53035c
|
@ -41,3 +41,9 @@
|
||||||
dest: /opt/certbot/certbot-deploy.sh
|
dest: /opt/certbot/certbot-deploy.sh
|
||||||
mode: '0700'
|
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