summaryrefslogtreecommitdiff
path: root/roles/wireguard/p2p/handlers
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-08-20 23:09:01 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-08-20 23:09:01 +0200
commit3f9f881fafa3994a8a0dc3b738eca077c4f4d054 (patch)
treed3fc6aefddf3e920a103d8063163677565142620 /roles/wireguard/p2p/handlers
parents2-thetys: use zfs on recording disk (diff)
add role wireguard p2p
Diffstat (limited to 'roles/wireguard/p2p/handlers')
-rw-r--r--roles/wireguard/p2p/handlers/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/wireguard/p2p/handlers/main.yml b/roles/wireguard/p2p/handlers/main.yml
new file mode 100644
index 00000000..625032dc
--- /dev/null
+++ b/roles/wireguard/p2p/handlers/main.yml
@@ -0,0 +1,6 @@
+---
+- name: restart systemd-networkd
+ systemd:
+ daemon_reload: yes
+ name: systemd-networkd
+ state: restarted