Files
kovalhome/infra/samba/samba/config.yml
Gleb Koval 47556c3a8c
Some checks failed
Infrastructure / Check and run Ansbile playbooks (push) Failing after 9m37s
Samba VM (#36)
Initialise new samba service. Currently will only be used for local network backups.

Reviewed-on: #36
2024-01-27 17:41:57 +00:00

27 lines
403 B
YAML

auth:
- user: debian
group: debian
uid: 1000
gid: 1000
- user: kvk
group: kvk
uid: 1001
gid: 1001
password: KVK_PASSWORD
global:
- "force user = debian"
- "force group = debian"
share:
- name: kvkbackups
comment: KVK Backups
path: /samba/kvkbackups
validusers: kvk
writelist: kvk
browsable: yes
readonly: no
guestok: no
veto: no