Files
nfs-share-deployment/vars.yaml
2025-05-05 19:59:39 +02:00

11 lines
290 B
YAML

nfs_exports:
- path: /mnt/shares/test
clients:
- name: pve03.home
options: rw,sync,no_subtree_check,no_root_squash
- name: pve02.home
options: rw,sync,no_subtree_check,no_root_squash
nfs_mounts:
- src: share-box.home:/mnt/shares/test
path: /mnt/test