This commit is contained in:
2022-09-04 01:47:32 +12:00
parent 450d60cd46
commit 63116af524
3 changed files with 35 additions and 14 deletions

View File

@ -1,9 +1,15 @@
---
- name: Install ZFS DKMS module
community.general.pacman:
name:
- zfs-dkms
state: latest
executable: pikaur
update_cache: true
reason: explicit
become: true
ansible.builtin.shell:
cmd: pikaur -S zfs-dkms --noconfirm
executable: /usr/bin/bash
# install linux-lts-headers first
# add a gpg signing key, import and lsign the AUR key below
# https://gist.github.com/woods/8970150
# zfs-dkms AUR key 6AD860EED4598027 / 4F3BA9AB6D1F8D683DC2DFB56AD860EED4598027
set zfs params (ARC)
modprobe zfs
set module to start at boot