Initial commit
This commit is contained in:
11
vars.yaml
Normal file
11
vars.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user