bundlewrap/nodes/home/winkeeinhorn-vm.py
Franzi 46fcd1670f
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
fix mac address for home.winkeeinhorn-vm
2021-07-22 16:24:51 +02:00

26 lines
699 B
Python

nodes['home.winkeeinhorn-vm'] = {
'dummy': True,
'metadata': {
'interfaces': {
'default': {
'ips': {
'172.19.138.10',
},
'dhcp': True,
'mac': '52:54:00:b0:4e:4d',
},
},
'icinga2_api': {
'freifunk': {
'services': {
'NODE HEALTH': {
'check_command': 'check_freifunk_node',
'vars.url': 'https://map.freifunk-mwu.de/data/meshviewer.json',
'vars.id': '525400b04e4d',
},
},
},
},
},
}