Franziska Kunsmann
d1b1ca7729
All checks were successful
bundlewrap/pipeline/head This commit looks good
37 lines
852 B
Python
37 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,
|
|
},
|
|
},
|
|
}
|