zfs_dkms/meta/argument_specs.yml
Josh Lay 55e4a8fde6
All checks were successful
ansible-lint / ansible-lint (push) Successful in 25s
meta/arg_specs: match descriptions to README
2025-10-19 14:34:26 -05:00

30 lines
872 B
YAML

---
argument_specs:
# roles/zfs_dkms/tasks/main.yml entry point
main:
short_description: Entrypoint for the 'zfs_dkms' role
description:
- ZFS on Linux
author:
- Josh Lay
options:
zfs_dkms_timeout:
type: "int"
required: false
default: 3600
description:
- "Seconds to wait while rebooting Fedora, RHEL, or derivatives for kernel/header currency."
- "Not applicable to Debian or Ubuntu."
- "Skipped when zfs is already loaded."
zfs_dkms_arc_pct_min:
type: "int"
required: false
default: 0
description:
- "Minimum physical memory (%) for ARC (Adaptive Read Cache)."
zfs_dkms_arc_pct_max:
type: "int"
required: false
default: 16
description:
- "Peak physical memory (%) for ARC."