summaryrefslogtreecommitdiff
path: root/module/ri-wireguard/src/main/resources/templates/wireguard/ansible-host.j2
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2021-02-01 22:46:01 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2021-02-01 22:46:01 +0100
commite728c5d17e9793f32fa56287c09af188831610f7 (patch)
tree10a1fda8134b2eb5cdfe3d93edd68a9294e62423 /module/ri-wireguard/src/main/resources/templates/wireguard/ansible-host.j2
parent2957c76e4027f47959f79354b07cdaa4b04da8c6 (diff)
downloadrules-sandbox-e728c5d17e9793f32fa56287c09af188831610f7.tar.gz
rules-sandbox-e728c5d17e9793f32fa56287c09af188831610f7.tar.bz2
rules-sandbox-e728c5d17e9793f32fa56287c09af188831610f7.tar.xz
rules-sandbox-e728c5d17e9793f32fa56287c09af188831610f7.zip
Wireguard.
Diffstat (limited to 'module/ri-wireguard/src/main/resources/templates/wireguard/ansible-host.j2')
-rw-r--r--module/ri-wireguard/src/main/resources/templates/wireguard/ansible-host.j27
1 files changed, 6 insertions, 1 deletions
diff --git a/module/ri-wireguard/src/main/resources/templates/wireguard/ansible-host.j2 b/module/ri-wireguard/src/main/resources/templates/wireguard/ansible-host.j2
index cbf707e..6cb3a05 100644
--- a/module/ri-wireguard/src/main/resources/templates/wireguard/ansible-host.j2
+++ b/module/ri-wireguard/src/main/resources/templates/wireguard/ansible-host.j2
@@ -1,7 +1,12 @@
# Generated
+wireguard_port: {{ host.publicPort }}
link_address: {{ host.ip }}
network_cidr: {{ host.networkCidr }}
wireguard_peers:
{%- for peer in peers %}
- - {{ peer.fqdn }}
+ {{ peer.machine.name }}:
+ public_address: {{ peer.publicName }}
+ public_port: {{ peer.publicPort }}
+ gateway: {{ peer.ip }}
+ network: {{ peer.networkCidr }}
{%- endfor %}