bundlewrap/nodes/home/kodi-wohnzimmer.py
Franzi 0ccb983b28
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
bundles/apt: fix metadata key mess (unattended-upgrades vs unattended_upgrades)
2022-01-23 05:47:42 +01:00

54 lines
1.2 KiB
Python

nodes['home.kodi-wohnzimmer'] = {
'hostname': '172.19.138.24',
'bundles': {
'lm-sensors',
'kodi',
'nfs-client',
'smartd',
},
'groups': {
'debian-bullseye',
},
'metadata': {
'apt': {
'packages': {
'intel-media-va-driver-non-free': {},
},
'unattended-upgrades': {
'day': 6,
'hour': 2,
},
},
'interfaces': {
'eno1': {
'ips': {
'172.19.138.24/24',
},
'gateway4': '172.19.138.1',
'ipv6_accept_ra': True,
},
},
'nfs-client': {
'mounts': {
'nas-storage': {
'mountpoint': '/mnt/nas',
'serverpath': '172.19.138.20:/storage/nas',
'mount_options': {
'retry=0',
'ro',
},
},
},
},
'smartd': {
'disks': {
'/dev/nvme0',
},
},
'vm': {
'cpu': 2,
'ram': 4,
},
},
}