summaryrefslogtreecommitdiff
path: root/module/ri-wireguard/src/main/resources/templates/wireguard/inventory.j2
diff options
context:
space:
mode:
Diffstat (limited to 'module/ri-wireguard/src/main/resources/templates/wireguard/inventory.j2')
-rw-r--r--module/ri-wireguard/src/main/resources/templates/wireguard/inventory.j213
1 files changed, 0 insertions, 13 deletions
diff --git a/module/ri-wireguard/src/main/resources/templates/wireguard/inventory.j2 b/module/ri-wireguard/src/main/resources/templates/wireguard/inventory.j2
deleted file mode 100644
index 64f3b5b..0000000
--- a/module/ri-wireguard/src/main/resources/templates/wireguard/inventory.j2
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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 %}