feat: initial commit
This commit is contained in:
parent
e4243a7952
commit
cf9fbd2283
13 changed files with 150 additions and 93 deletions
10
defaults/main.yaml
Normal file
10
defaults/main.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
|
||||
## example share
|
||||
shares:
|
||||
|
||||
# example.siempie.internal
|
||||
- name: "example share"
|
||||
path: "/srv/nfs/example"
|
||||
client_ip: "10.0.0.1"
|
||||
client_options: "rw,no_root_squash,no_subtree_check"
|
||||
Loading…
Add table
Add a link
Reference in a new issue