aboutsummaryrefslogtreecommitdiff
path: root/roles/icinga2/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'roles/icinga2/handlers')
-rw-r--r--roles/icinga2/handlers/main.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/icinga2/handlers/main.yml b/roles/icinga2/handlers/main.yml
index 730742e..15e7fdf 100644
--- a/roles/icinga2/handlers/main.yml
+++ b/roles/icinga2/handlers/main.yml
@@ -5,3 +5,17 @@
state: restarted
enabled: yes
become: yes
+
+- name: Restart apache
+ systemd:
+ name: apache2
+ state: restarted
+ enabled: yes
+ become: yes
+
+- name: Restart postfix
+ systemd:
+ name: postfix
+ state: restarted
+ enabled: yes
+ become: yes