README: brevity/reminder

This commit is contained in:
Josh Lay 2025-10-20 03:26:38 -05:00
parent 53e31ab3e1
commit 83c2d5c48e
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -43,11 +43,11 @@ or [Ubuntu](https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/inde
compression: lz4 compression: lz4
vdevs: vdevs:
- type: mirror - type: mirror
disks: "{{ zfs_mirror_disks }}" # reminder: 'host_vars'/inventory, host-specific disks: "{{ zfs_mirror_disks }}" # reminder: see NOTE below
become: true become: true
``` ```
_NOTE:_ It is _not_ recommended to inline `zfs_mirror_disks`, `zfs_dkms_arc_pct_max`, or other _pool/filesystem properties_. _NOTE:_ _Not_ recommended to inline `zfs_mirror_disks`, `zfs_dkms_arc_pct_max`, or _pool/filesystem properties_.
Values are expected to be unique among hosts _[or groups]_. Values are expected to be unique among hosts _[or groups]_.
Use the Use the
[inventory](https://docs.ansible.com/ansible/latest/inventory_guide/intro_inventory.html#assigning-a-variable-to-one-machine-host-variables) [inventory](https://docs.ansible.com/ansible/latest/inventory_guide/intro_inventory.html#assigning-a-variable-to-one-machine-host-variables)