update ip-addresses and macs
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
ec13a1edaa
commit
f6eeda0235
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ nodes['home.ejgwdesk'] = {
|
|||
'interfaces': {
|
||||
'default': {
|
||||
'ips': {
|
||||
'172.19.138.98',
|
||||
'172.19.138.99',
|
||||
},
|
||||
'dhcp': True,
|
||||
'mac': '54:04:A6:EF:A8:01',
|
||||
|
|
|
@ -4,10 +4,10 @@ nodes['home.rechenmonster'] = {
|
|||
'interfaces': {
|
||||
'default': {
|
||||
'ips': {
|
||||
'172.19.138.99',
|
||||
'172.19.138.98',
|
||||
},
|
||||
'dhcp': True,
|
||||
'mac': '46:94:8D:47:D0:A4',
|
||||
'mac': '7e:b4:8b:ef:e8:cb',
|
||||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
|
|
Loading…
Reference in a new issue