bundlewrap/nodes/home/ejgwdesk.py
Sophie Schiller f6eeda0235
All checks were successful
bundlewrap/pipeline/head This commit looks good
update ip-addresses and macs
2021-01-04 07:24:57 +01:00

18 lines
387 B
Python

nodes['home.ejgwdesk'] = {
'dummy': True,
'metadata': {
'interfaces': {
'default': {
'ips': {
'172.19.138.99',
},
'dhcp': True,
'mac': '54:04:A6:EF:A8:01',
},
},
'icinga_options': {
'exclude_from_monitoring': True,
},
},
}