bundles/wireguard: easier snat setup

This commit is contained in:
Franzi 2023-09-10 21:19:23 +02:00
parent e70a86a6c1
commit 234e81431d
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 18 additions and 24 deletions

View file

@ -50,16 +50,10 @@ nodes['htz-cloud.wireguard'] = {
'ram': 2,
},
'wireguard': {
'snat_ip': '172.19.137.2',
'peers': {
'ovh.wireguard': {
'snat_to': '172.19.137.2',
},
'icinga2': {
'snat_to': '172.19.137.2',
},
},
'subnets': {
'172.19.137.0/24',
'ovh.wireguard': {},
'icinga2': {},
},
},
},