summaryrefslogtreecommitdiff
path: root/roles/common/handlers/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/handlers/main.yaml')
-rw-r--r--roles/common/handlers/main.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/common/handlers/main.yaml b/roles/common/handlers/main.yaml
new file mode 100644
index 0000000..c5d467a
--- /dev/null
+++ b/roles/common/handlers/main.yaml
@@ -0,0 +1,6 @@
+---
+- name: restart ssh
+ service: name=ssh state=restarted
+
+- name: Reload systemd daemons
+ shell: systemctl daemon-reload