summaryrefslogtreecommitdiff
path: root/j2/wireguard/inventory.j2
diff options
context:
space:
mode:
Diffstat (limited to 'j2/wireguard/inventory.j2')
-rw-r--r--j2/wireguard/inventory.j27
1 files changed, 0 insertions, 7 deletions
diff --git a/j2/wireguard/inventory.j2 b/j2/wireguard/inventory.j2
deleted file mode 100644
index 0924bb2..0000000
--- a/j2/wireguard/inventory.j2
+++ /dev/null
@@ -1,7 +0,0 @@
-# Generated
-all:
- hosts:
- {%- for host in hosts %}
- {{ host.getName() }}:
- ansible_host: {{ host.getFqdn() }}
- {%- endfor %}