nodes/home.openwebrx: reuse pi for home.octoprint-leapfrog
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-04-05 19:50:36 +02:00
parent 7bb5179b4f
commit 28eb3f023c
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 30 additions and 37 deletions

View file

@ -0,0 +1,30 @@
# TODO Fix nodefile once printer is working correctly
nodes['home.octoprint-leapfrog'] = {
'hostname': '172.19.138.28',
'bundles': set(),
'groups': {
'debian-buster',
'raspberry',
},
'metadata': {
'interfaces': {
'eth0': {
'ips': {
'172.19.138.28/24',
},
'gateway4': '172.19.138.1'
},
},
'backups': {
'exclude_from_backups': True,
},
'icinga_options': {
'exclude_from_monitoring': True,
},
'vm': {
'cpu': 4,
'ram': 1,
},
},
}

View file

@ -1,37 +0,0 @@
nodes['home.openwebrx'] = {
'hostname': '172.19.139.100',
'bundles': set(),
'groups': {
'debian-buster',
'raspberry',
},
'metadata': {
'interfaces': {
'eth0': {
'ips': {
'172.19.139.100/24',
},
'gateway4': '172.19.139.1'
},
},
'apt': {
'packages': {
'openwebrx': {},
},
'repos': {
'openwebrx': {
'items': {
'deb https://repo.openwebrx.de/debian/ {os_release} main',
},
},
},
},
'backups': {
'exclude_from_backups': True,
},
'vm': {
'cpu': 4,
'ram': 1,
},
},
}