summaryrefslogtreecommitdiff
path: root/j2/wireguard/ansible-host.j2
diff options
context:
space:
mode:
Diffstat (limited to 'j2/wireguard/ansible-host.j2')
-rw-r--r--j2/wireguard/ansible-host.j28
1 files changed, 0 insertions, 8 deletions
diff --git a/j2/wireguard/ansible-host.j2 b/j2/wireguard/ansible-host.j2
deleted file mode 100644
index a3c8c40..0000000
--- a/j2/wireguard/ansible-host.j2
+++ /dev/null
@@ -1,8 +0,0 @@
-# Generated
-link_address: {{ host.ip }}
-network_cidr: {{ host.networkCidr }}
-wireguard_peers:
- {{ host.machine.name }}:
-{%- for peer in peers %}
- - {{ peer.fqdn }}
-{%- endfor %}