nodes/home.openwebrx: introduce
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
abb99ed58a
commit
d1b1ca7729
2 changed files with 123 additions and 0 deletions
37
nodes/home/openwebrx.py
Normal file
37
nodes/home/openwebrx.py
Normal file
|
@ -0,0 +1,37 @@
|
|||
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…
Add table
Add a link
Reference in a new issue