renumber offsite-backups

This commit is contained in:
mwiegand 2022-01-05 21:10:50 +01:00
parent 7663d3fcce
commit 44c67ba003
3 changed files with 5 additions and 5 deletions

View file

@ -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',
], ],
}, },
}, },

View file

@ -152,7 +152,7 @@
}, },
'wb.offsite-backups': { 'wb.offsite-backups': {
'allowed_ips': [ 'allowed_ips': [
'192.168.178.0/24', '192.168.179.0/24',
], ],
}, },
}, },

View file

@ -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': {