summaryrefslogtreecommitdiffstats
path: root/vagrant/ansible/roles/samba-glusterfs.setup
Commit message (Collapse)AuthorAgeFilesLines
* Add CentOS 8 specific actions for samba-glusterfs.setupSachin Prabhu2021-04-151-0/+16
| | | | Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
* Add distro specific actions for samba-glusterfs.setupSachin Prabhu2021-03-232-15/+19
| | | | Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
* Replace variable samba_share with a listSachin Prabhu2020-08-241-9/+12
| | | | | | | Replace samba_share with a dict samba_shares. This allows us to have multiple samba shares exporting multiple cluster volumes. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
* Split out permission fixing of shares when setting up sambaSachin Prabhu2020-08-242-17/+20
| | | | | | | | We cannot loop within a block of commands. So we move the functions required to set permissions to a new yml file and use include_task instead. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
* Move replicated volume creation to its own taskSachin Prabhu2020-08-241-22/+2
| | | | | | | Use the gluster module in ansible instead of the gluster-cluster ansible script. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
* Move smb share configuration out of smb.conf templateSachin Prabhu2020-08-243-9/+35
| | | | Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
* Use variable samba_share in the log file createdSachin Prabhu2020-08-241-1/+1
| | | | | | | Use the variable samba_share instead of building the name using gluster_cluster_volume variable. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
* Avoid adding volume share to smb.conf using 'user.smb' optionAnoop C S2020-06-192-7/+9
|
* Remove unnecessary block for setting volume optionsAnoop C S2020-05-281-21/+19
|
* Remove some defaults from smb.conf templateAnoop C S2020-05-131-9/+0
|
* Add individual volume set options from group-sambaAnoop C S2020-05-121-2/+10
|
* Use vfs_acl_xattr along with vfs_glusterfsAnoop C S2020-05-121-0/+6
|
* Update smb.conf template with additional parametersAnoop C S2020-04-081-4/+13
| | | | Signed-off-by: Anoop C S <anoopcs@redhat.com>
* Don't enable the systemd smb service - ctdb manages SambaMichael Adam2020-03-311-3/+0
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* Add Samba-Gluster setup ansible filesSachin Prabhu2020-03-302-0/+99
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>