diff options
Diffstat (limited to 'inventory/host_vars/ch-telesto.yml')
-rw-r--r-- | inventory/host_vars/ch-telesto.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-telesto.yml b/inventory/host_vars/ch-telesto.yml index 6e642dee..a2d94e16 100644 --- a/inventory/host_vars/ch-telesto.yml +++ b/inventory/host_vars/ch-telesto.yml @@ -47,7 +47,33 @@ network: - *_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 |