1
0
IaC/ansible/roles/zfs-install/tasks/main.yml

16 lines
423 B
YAML
Raw Normal View History

2022-09-03 08:20:27 -04:00
---
- name: Install ZFS DKMS module
2022-09-03 09:47:32 -04:00
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