summaryrefslogtreecommitdiff
path: root/modules/ri-wireguard/src/main/resources/templates/wireguard/inventory.j2
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ri-wireguard/src/main/resources/templates/wireguard/inventory.j2')
-rw-r--r--modules/ri-wireguard/src/main/resources/templates/wireguard/inventory.j213
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/ri-wireguard/src/main/resources/templates/wireguard/inventory.j2 b/modules/ri-wireguard/src/main/resources/templates/wireguard/inventory.j2
new file mode 100644
index 0000000..64f3b5b
--- /dev/null
+++ b/modules/ri-wireguard/src/main/resources/templates/wireguard/inventory.j2
@@ -0,0 +1,13 @@
+# Generated
+all:
+ hosts:
+ {%- for host in hosts %}
+ {{ host.getName() }}:
+ ansible_host: {{ host.getFqdn() }}
+ {%- endfor %}
+ children:
+ wireguard_{{ net.name }}:
+ hosts:
+{%- for host in hosts %}
+ {{ host.getName() }}:
+{%- endfor %}