nodes: add bird to wireguard nodes
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
30d4d989fc
commit
89f91f3857
4 changed files with 44 additions and 34 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue