bundlewrap/nodes/home/kodi-wohnzimmer.py

56 lines
1.3 KiB
Python

nodes['home.kodi-wohnzimmer'] = {
'hostname': '172.19.138.24',
'bundles': {
'lm-sensors',
'kodi',
'nfs-client',
'smartd',
},
'groups': {
'debian-buster',
},
'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',
},
},
'backup-client': {
'server': '172.19.138.20:22',
},
'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,
},
},
}