feat: initial commit

This commit is contained in:
Simon Cornet 2026-04-07 16:26:05 +02:00
commit cf9fbd2283
13 changed files with 150 additions and 93 deletions

10
defaults/main.yaml Normal file
View 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"