diff options
Diffstat (limited to 'roles/samba/templates')
| -rw-r--r-- | roles/samba/templates/smb.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/samba/templates/smb.conf b/roles/samba/templates/smb.conf new file mode 100644 index 0000000..eb5839a --- /dev/null +++ b/roles/samba/templates/smb.conf @@ -0,0 +1,6 @@ +[data] +path = {{ data_vol_ssd }} +writeable=Yes +create mask=0777 +directory mask=0777 +public=no |
