summaryrefslogtreecommitdiff
path: root/common/handlers
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2019-01-21 22:48:09 +0100
committerRobin Krahl <me@robin-krahl.de>2019-01-21 23:02:41 +0100
commit06e0f212a9f944e11851cdad57aa5efd02594370 (patch)
tree0504a946a70ed0734201f7f1094dbc6d6bbdf6eb /common/handlers
downloadansible-roles-06e0f212a9f944e11851cdad57aa5efd02594370.tar.gz
ansible-roles-06e0f212a9f944e11851cdad57aa5efd02594370.tar.bz2
Add common role for basic system setup
Diffstat (limited to 'common/handlers')
-rw-r--r--common/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/handlers/main.yaml b/common/handlers/main.yaml
new file mode 100644
index 0000000..290a2c8
--- /dev/null
+++ b/common/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+- name: reload sshd
+ service:
+ name: sshd
+ state: reloaded