--- preseed_language: de preseed_country: AT preseed_locales: - de_AT.UTF-8 - de_DE.UTF-8 - en_US.UTF-8 preseed_no_splash: no preseed_install_tasks: - xubuntu-desktop install: efi: yes disks: primary: software-raid raid: level: 1 members: - /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720808 - /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720810 system_lvm: size: 50G volumes: - name: root size: 20G filesystem: ext4 mountpoint: / - name: var+log size: 768M filesystem: ext4 mountpoint: /var/log mount_options: - noatime - nodev - noexec network: nameservers: "{{ network_zones.lan.dns }}" domain: "{{ host_domain }}" primary: &_network_primary_ name: eno1 address: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address/prefix') }}" gateway: "{{ network_zones.lan.gateway }}" interfaces: - *_network_primary_ apt_repo_components: - main - restricted - universe - multiverse base_modules_blacklist: "{{ base_modules_blacklist_all_but_sound }}" admin_users_host: - equinox zfs_arc_size: min: 1GB max: 2GB zfs_pools: storage: mountpoint: /srv/storage create_vdevs: mirror /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720808-part4 /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720810-part4 ws_base_home_zfs: pool: storage name: home properties: xattr: sa compression: lz4 quota: 100G ws_base_extra_packages: - obs-studio