diff options
| author | Kumar <kumar@kumardamani.xyz> | 2021-11-23 14:59:08 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-03-25 19:45:25 +0000 |
| commit | a857eb82ec9c4a79ad5e41462e2ab82c2660982e (patch) | |
| tree | 9ca51ddfb551322bd4d2fa3f949fa8898032632d /roles/samba/templates | |
initial commit
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 |
