11 lines
290 B
YAML
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 |