summaryrefslogtreecommitdiffstats
path: root/roles/common/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/handlers/main.yml')
-rw-r--r--roles/common/handlers/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml
index ddfe86b..b7ecaab 100644
--- a/roles/common/handlers/main.yml
+++ b/roles/common/handlers/main.yml
@@ -2,6 +2,9 @@
# corresponding state=restarted handler. (Register the task notifying
# the handler, and add a conditional.)
---
+- name: systemctl daemon-reload
+ command: /bin/systemctl daemon-reload
+
- name: Refresh hostname
service: name=hostname.sh state=restarted
@@ -35,5 +38,11 @@
- name: Reload Postfix
service: name=postfix state=reloaded
+- name: Restart stunnel
+ service: name=stunnel4 pattern=/usr/bin/stunnel4 state=restarted
+
+- name: Restart bacula-fd
+ service: name=bacula-fd state=restarted
+
- name: Update certificate
command: update-ca-certificates