ansible/roles/common/vars/samba.yml

15 lines
267 B
YAML
Raw Permalink Normal View History

2023-09-25 08:40:20 +00:00
# 2023-09-25
# Settings: samba
---
# Samba smb.conf template
smb_conf_template: smb_conf.j2
# smb.conf full remote path
smb_conf_distribution: /etc/samba/smb.conf
# folders specifications
smb_docker: "/opt/docker"
smb_work: "/opt/work"
smb_backups: "/opt/backups"