Initial Lab Setup

This commit is contained in:
2026-07-06 16:45:51 +02:00
commit 05184d778d
52 changed files with 2526 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
samba_shares:
- name: "stuff"
path: "/mnt/data1"
force_user: "volker"
group: "volker"
mode: "0770"
read_only: "no"
browseable: "yes"
guest_ok: "no"
- name: "tank"
path: "/mnt/data2"
mode: "0775"
read_only: "no"
browseable: "yes"
guest_ok: "yes"