README: brevity/reminder
This commit is contained in:
parent
53e31ab3e1
commit
83c2d5c48e
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue