README: defer module references to example

This commit is contained in:
Josh Lay 2025-10-20 02:36:48 -05:00
parent 0f4dce5bd1
commit 5f8fbe50cb
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -5,10 +5,6 @@ Ansible Role for [ZFS](https://zfsonlinux.org/) on
[Red Hat](https://openzfs.github.io/openzfs-docs/Getting%20Started/RHEL-based%20distro/index.html)/derivatives, [Red Hat](https://openzfs.github.io/openzfs-docs/Getting%20Started/RHEL-based%20distro/index.html)/derivatives,
[Debian](https://openzfs.github.io/openzfs-docs/Getting%20Started/Debian/index.html), [Debian](https://openzfs.github.io/openzfs-docs/Getting%20Started/Debian/index.html),
or [Ubuntu](https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/index.html). or [Ubuntu](https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/index.html).
For pools/volumes, see:
1. [community.general.zpool](https://docs.ansible.com/ansible/latest/collections/community/general/zpool_module.html)
2. [community.general.zfs](https://docs.ansible.com/ansible/latest/collections/community/general/zfs_module.html)
## Role Variables ## Role Variables
@ -34,7 +30,7 @@ For pools/volumes, see:
zfs_dkms_arc_pct_max: 33 zfs_dkms_arc_pct_max: 33
tasks: tasks:
- name: Pool ('rust', mirror) - name: Pool ('rust', mirror)
community.general.zpool: community.general.zpool: # see also: community.general.zfs
name: rust name: rust
pool_properties: pool_properties:
ashift: 12 ashift: 12