ansible-role-samba/vars/os_Debian.yml
Karl Goetz cc4926237e Support for enabling Apple SMB extensions
Adds support for enabling Apples SMB extensions via the VFS fruit module.

This is necessary for Time Machine backups to Samba.

Related to #32
2018-09-03 15:23:50 +10:00

25 lines
442 B
YAML

# roles/samba/vars/os_Debian.yml
---
samba_packages:
- samba-common
- samba
- samba-client
samba_vfs_packages:
- samba-vfs-modules
samba_selinux_packages: []
samba_selinux_booleans: []
samba_configuration: /etc/samba/smb.conf
samba_username_map_file: /etc/samba/smbusers
# The name of the Samba service in older releases (Ubuntu 14.04,
# Debian <8) is "samba".
samba_services:
- smbd
- nmbd
samba_www_documentroot: /var/www