aboutsummaryrefslogtreecommitdiffstats
path: root/roles/host/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'roles/host/handlers')
-rw-r--r--roles/host/handlers/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/host/handlers/main.yml b/roles/host/handlers/main.yml
new file mode 100644
index 0000000..5d0a990
--- /dev/null
+++ b/roles/host/handlers/main.yml
@@ -0,0 +1,9 @@
+- name: Restart sshd
+ service:
+ name: sshd
+ state: restarted
+
+- name: Restart cron
+ service:
+ name: cron
+ state: restarted