diff --git a/nodes/home/kodi-wohnzimmer-version-2-final.py b/nodes/home/kodi-wohnzimmer-version-2-final.py new file mode 100644 index 0000000..07b7928 --- /dev/null +++ b/nodes/home/kodi-wohnzimmer-version-2-final.py @@ -0,0 +1,57 @@ +nodes['home.kodi-wohnzimmer-version-2-final'] = { + 'hostname': '172.19.138.29', + 'bundles': { + 'kodi', + 'nfs-client', + #'smartd', + }, + 'groups': { + 'debian-buster', + }, + 'metadata': { + 'interfaces': { + 'eno1': { + 'ips': { + '172.19.138.29/24', + }, + 'gateway4': '172.19.138.1', + }, + }, + 'apt': { + 'packages': { + 'intel-media-va-driver-non-free': {}, + }, + }, + #'backup-client': { + # 'server': '172.19.138.20:22', + #}, + 'backups': { + 'exclude_from_backups': True, + }, + 'nfs-client': { + 'mounts': { + 'nas-storage': { + 'mountpoint': '/mnt/nas', + 'serverpath': '172.19.138.20:/storage/nas', + 'mount_options': { + 'retry=0', + 'ro', + }, + }, + }, + }, + # SSD has a high reported_uncorrect value, which means it's gonna + # break soon. We know that, but we don't care, since we got plenty + # of spares, and this isn't a mission-critical system. + # We'll fix it once it breaks. + #'smartd': { + # 'disks': { + # '/dev/sda', + # }, + #}, + 'vm': { + 'cpu': 2, + 'ram': 4, + }, + }, +}