bundlewrap/nodes/home/openwebrx.py
Franzi d1b1ca7729
All checks were successful
bundlewrap/pipeline/head This commit looks good
nodes/home.openwebrx: introduce
2021-02-16 08:43:10 +01:00

38 lines
852 B
Python

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,
},
},
}