summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-gwhetzner.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-02-29 03:29:26 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-02-29 03:29:26 +0100
commita895214d8fe4b515fbef15a7f919c5177543ac56 (patch)
tree41a93a5a55c1065468510af6b47b8108fc898803 /inventory/host_vars/ele-gwhetzner.yml
parentrevert last commit (diff)
wireguard gateway works now (it is quite ugly though)
Diffstat (limited to 'inventory/host_vars/ele-gwhetzner.yml')
-rw-r--r--inventory/host_vars/ele-gwhetzner.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/inventory/host_vars/ele-gwhetzner.yml b/inventory/host_vars/ele-gwhetzner.yml
index aeaa936f..f68ff783 100644
--- a/inventory/host_vars/ele-gwhetzner.yml
+++ b/inventory/host_vars/ele-gwhetzner.yml
@@ -44,6 +44,14 @@ wireguard_gateway_tunnels:
priv_key: "{{ wireguard_keys.elemedia.priv }}"
addresses:
- 192.168.254.1/30
+ ip_snat:
+ interface: "{{ network.primary.interface }}"
+ to: "{{ network.primary.overlay }}"
+ port_forwardings:
+ - dest: "{{ network.primary.overlay }}"
+ tcp_ports:
+ 80: 192.168.254.2:80
+ 443: 192.168.254.2:443
peers:
- pub_key: "{{ hostvars['ele-media'].wireguard_keys.gwhetzner.pub }}"
allowed_ips: