Ansible Role for ZFS on Fedora, Red Hat/derivatives, Debian, or Ubuntu
Find a file
Josh Lay 66c303663d
Some checks failed
ci-lint / test (push) Failing after 18s
workflow/lint: bump nodejs+checkout, skip docs
2025-10-19 08:02:12 -05:00
.forgejo/workflows workflow/lint: bump nodejs+checkout, skip docs 2025-10-19 08:02:12 -05:00
defaults init 2025-10-18 16:44:11 -05:00
handlers init 2025-10-18 16:44:11 -05:00
meta +meta/requirements.yml 2025-10-19 06:47:49 -05:00
tasks init 2025-10-18 16:44:11 -05:00
vars init 2025-10-18 16:44:11 -05:00
.gitignore +lint workflow, gitignore 2025-10-19 06:48:51 -05:00
README.md README: phrasing/brevity 2025-10-18 17:41:02 -05:00

zfs_dkms

Manages ZFS on Linux for Red Hat/derivatives, Debian, and Ubuntu

Requirements

None.

Role Variables

Variable Description Role Default Upstream Default
zfs_dkms_arc_pct_min Minimum physical memory (%) for ARC usage 0 0
zfs_dkms_arc_pct_max Peak physical memory (%) for ARC usage 16 0
zfs_dkms_timeout Seconds to wait while rebooting RHEL/derivatives
[for kernel update and current headers]
3600 N/A

Dependencies

  1. community.general

Example Playbook

- hosts: servers
  roles:
     - { role: zfs_dkms }

License

Apache-2.0