From dde7f16157800e9fa5abc43ff2e71177c6073772 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 1 Jan 2021 05:12:28 +0100 Subject: incoporate some hardware changes in telesto and calypso --- inventory/host_vars/ch-calypso.yml | 63 +++++++++++++++++++++++++++++++++----- 1 file changed, 56 insertions(+), 7 deletions(-) (limited to 'inventory/host_vars/ch-calypso.yml') diff --git a/inventory/host_vars/ch-calypso.yml b/inventory/host_vars/ch-calypso.yml index d565c6d8..a9e47bfc 100644 --- a/inventory/host_vars/ch-calypso.yml +++ b/inventory/host_vars/ch-calypso.yml @@ -1,15 +1,34 @@ --- +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_S1PVJDWQ720805 - - /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720811 + primary: "/dev/disk/by-id/ata-Samsung_SSD_840_PRO_Series_S1ATNSAD703481A" system_lvm: - size: 20G + 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 }}" @@ -20,3 +39,33 @@ network: 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_S1PVJDWQ720805 /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720811 + +ws_base_extra_packages: + - obs-studio + + +blackmagic_desktopvideo_version: 11.1a11 +blackmagic_desktopvideo_include_gui: yes + +blackmagic_mediaexpress_version: 3.5.9a10 -- cgit v1.2.3