renumber offsite-backups
This commit is contained in:
parent
7663d3fcce
commit
44c67ba003
3 changed files with 5 additions and 5 deletions
|
@ -108,7 +108,7 @@
|
||||||
'allowed_ips': [
|
'allowed_ips': [
|
||||||
'10.0.10.0/24',
|
'10.0.10.0/24',
|
||||||
'10.0.11.0/24',
|
'10.0.11.0/24',
|
||||||
'192.168.178.0/24',
|
'192.168.179.0/24',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -152,7 +152,7 @@
|
||||||
},
|
},
|
||||||
'wb.offsite-backups': {
|
'wb.offsite-backups': {
|
||||||
'allowed_ips': [
|
'allowed_ips': [
|
||||||
'192.168.178.0/24',
|
'192.168.179.0/24',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
'hostname': '192.168.178.20',
|
'hostname': '192.168.179.20',
|
||||||
'groups': [
|
'groups': [
|
||||||
'debian-11',
|
'debian-11',
|
||||||
'monitored',
|
'monitored',
|
||||||
|
@ -16,8 +16,8 @@
|
||||||
'network': {
|
'network': {
|
||||||
'internal': {
|
'internal': {
|
||||||
'interface': 'eth0',
|
'interface': 'eth0',
|
||||||
'ipv4': '192.168.178.20/24',
|
'ipv4': '192.168.179.20/24',
|
||||||
'gateway4': '192.168.178.1',
|
'gateway4': '192.168.179.1',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'users': {
|
'users': {
|
||||||
|
|
Loading…
Reference in a new issue