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.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/j2/wireguard/inventory.j2 b/j2/wireguard/inventory.j2
new file mode 100644
index 0000000..c7f38ee
--- /dev/null
+++ b/j2/wireguard/inventory.j2
@@ -0,0 +1,5 @@
+# Generated
+all:
+{%- for host in hosts %}
+ {{ host.name }}: {{ host.fqdn }}
+{%- endfor %}