summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-telesto.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-11 03:09:35 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-11 12:53:16 +0100
commit1e4520fbdb6a72cfaf39746e3f89544771720394 (patch)
treee9171a34a2efe41ef08dbcf768e00df20abe79d2 /inventory/host_vars/ch-telesto.yml
parentrename ubuntu-ws role to ws/base (diff)
add zfs support to new workstation/base role
Diffstat (limited to 'inventory/host_vars/ch-telesto.yml')
-rw-r--r--inventory/host_vars/ch-telesto.yml26
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