summaryrefslogtreecommitdiffstats
path: root/vagrant/ansible/roles/samba-glusterfs.setup/templates/smb_share.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/ansible/roles/samba-glusterfs.setup/templates/smb_share.conf.j2')
-rw-r--r--vagrant/ansible/roles/samba-glusterfs.setup/templates/smb_share.conf.j29
1 files changed, 9 insertions, 0 deletions
diff --git a/vagrant/ansible/roles/samba-glusterfs.setup/templates/smb_share.conf.j2 b/vagrant/ansible/roles/samba-glusterfs.setup/templates/smb_share.conf.j2
new file mode 100644
index 0000000..7354ab6
--- /dev/null
+++ b/vagrant/ansible/roles/samba-glusterfs.setup/templates/smb_share.conf.j2
@@ -0,0 +1,9 @@
+[{{ samba_share }}]
+comment = For samba share of volume {{ cluster_volume }}
+vfs objects = acl_xattr glusterfs
+glusterfs:volume = {{ cluster_volume }}
+glusterfs:logfile = /var/log/samba/{{ samba_share }}.%M.log
+glusterfs:loglevel = 7
+path = /
+read only = no
+