mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 20:41:36 +01:00
add: reload dovecot postfix cronjobs for certs
This commit is contained in:
@@ -91,3 +91,10 @@
|
|||||||
template:
|
template:
|
||||||
src: spam.sh
|
src: spam.sh
|
||||||
dest: /root/spam.sh
|
dest: /root/spam.sh
|
||||||
|
|
||||||
|
- name: Add cronjob for reloading certs and config every night
|
||||||
|
cron:
|
||||||
|
minute: "0"
|
||||||
|
hour: "1"
|
||||||
|
name: reload_postfix_dovecot
|
||||||
|
job: /usr/bin/systemctl reload postfix.service dovecot.service
|
||||||
|
|||||||
Reference in New Issue
Block a user