30 lines
872 B
YAML
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."
|