nodes/home.openwebrx: reuse pi for home.octoprint-leapfrog
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
7bb5179b4f
commit
28eb3f023c
2 changed files with 30 additions and 37 deletions
30
nodes/home/octoprint-leapfrog.py
Normal file
30
nodes/home/octoprint-leapfrog.py
Normal 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,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
|
@ -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,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
Reference in a new issue