update ip-addresses and macs
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Sophie Schiller 2021-01-04 07:24:57 +01:00
parent ec13a1edaa
commit f6eeda0235
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ nodes['home.ejgwdesk'] = {
'interfaces': { 'interfaces': {
'default': { 'default': {
'ips': { 'ips': {
'172.19.138.98', '172.19.138.99',
}, },
'dhcp': True, 'dhcp': True,
'mac': '54:04:A6:EF:A8:01', 'mac': '54:04:A6:EF:A8:01',

View file

@ -4,10 +4,10 @@ nodes['home.rechenmonster'] = {
'interfaces': { 'interfaces': {
'default': { 'default': {
'ips': { 'ips': {
'172.19.138.99', '172.19.138.98',
}, },
'dhcp': True, 'dhcp': True,
'mac': '46:94:8D:47:D0:A4', 'mac': '7e:b4:8b:ef:e8:cb',
}, },
}, },
'icinga_options': { 'icinga_options': {