wip
This commit is contained in:
parent
1501d47382
commit
bae0a087b5
3 changed files with 6 additions and 4 deletions
|
@ -64,6 +64,7 @@
|
|||
'route': [
|
||||
'10.0.10.0/24',
|
||||
'10.0.11.0/24',
|
||||
'10.0.20.0/24',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
|
@ -152,6 +152,7 @@
|
|||
},
|
||||
'wb.offsite-backups': {
|
||||
'route': [
|
||||
'10.0.20.0/24',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
'hostname': '10.0.0.148',
|
||||
'hostname': '10.0.20.2',
|
||||
'groups': [
|
||||
'debian-11',
|
||||
],
|
||||
|
@ -12,8 +12,8 @@
|
|||
'network': {
|
||||
'internal': {
|
||||
'interface': 'eth0',
|
||||
'ipv4': '10.0.0.148/24',
|
||||
'gateway4': '10.0.0.1',
|
||||
'ipv4': '10.0.20.2/24',
|
||||
'gateway4': '10.0.20.1',
|
||||
},
|
||||
},
|
||||
'wireguard': {
|
||||
|
@ -21,7 +21,7 @@
|
|||
'peers': {
|
||||
'htz.mails': {
|
||||
'route': [
|
||||
'10.0.0.0/24',
|
||||
# '10.0.0.0/24',
|
||||
'10.0.2.0/24',
|
||||
'10.0.9.0/24',
|
||||
'10.0.10.0/24',
|
||||
|
|
Loading…
Reference in a new issue