aboutsummaryrefslogtreecommitdiff
path: root/tnet/wg-links.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tnet/wg-links.yml')
-rw-r--r--tnet/wg-links.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tnet/wg-links.yml b/tnet/wg-links.yml
new file mode 100644
index 0000000..8c8b83f
--- /dev/null
+++ b/tnet/wg-links.yml
@@ -0,0 +1,11 @@
+- name: Install Wireguard links
+ hosts: tnet
+ tasks:
+ - loop: "{{ tnet_links|default([])|dict2items }}"
+ include_tasks: wg-links-link.yml
+
+#- name: systemctl restart systemd-networkd
+# become: yes
+# systemd:
+# name: systemd-networkd
+# state: restarted