nodes: add bird to wireguard nodes
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-09-29 19:47:14 +02:00
parent 30d4d989fc
commit 89f91f3857
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 44 additions and 34 deletions

View file

@ -1,6 +1,7 @@
nodes['htz-cloud.wireguard'] = {
'hostname': '162.55.54.226',
'bundles': {
'bird',
'wireguard',
},
'groups': {
@ -30,14 +31,20 @@ nodes['htz-cloud.wireguard'] = {
'backups': {
'exclude_from_backups': True,
},
'bird': {
'static_routes': {
'172.19.137.0/24',
},
},
'vm': {
'cpu': 1,
'ram': 2,
},
'wireguard': {
'my_ip': '172.19.136.4/22',
'peers': {
'ovh.wireguard': {},
'ovh.wireguard': {
'snat_to': '172.19.137.2',
},
},
'subnets': {
'172.19.137.0/24',