diff options
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/host_vars/sk-2019.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/inventory/host_vars/sk-2019.yml b/inventory/host_vars/sk-2019.yml index ec3d4e80..5bba107a 100644 --- a/inventory/host_vars/sk-2019.yml +++ b/inventory/host_vars/sk-2019.yml @@ -19,6 +19,12 @@ admin_users_host: - brt +apt_repo_components: + - main + - contrib ## for zfs + - non-free ## for microcode updates + + cryptdisk_volumes: crypto-nvme0: passphrase: "{{ vault_cryptdisk_volumes['crypto-nvme0'].passphrase }}" @@ -28,7 +34,6 @@ cryptdisk_volumes: device: /dev/disk/by-id/nvme-eui.0025388791050fdc-part3 -zfs_use_systemd_mount_generator: no zfs_arc_size: min: "{{ 2 * 1024 * 1024 * 1024 }}" max: "{{ 12 * 1024 * 1024 * 1024 }}" |