Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add CentOS 8 specific actions for samba-glusterfs.setup | Sachin Prabhu | 2021-04-15 | 1 | -0/+16 |
| | | | | Signed-off-by: Sachin Prabhu <sprabhu@redhat.com> | ||||
* | Add distro specific actions for samba-glusterfs.setup | Sachin Prabhu | 2021-03-23 | 2 | -15/+19 |
| | | | | Signed-off-by: Sachin Prabhu <sprabhu@redhat.com> | ||||
* | Replace variable samba_share with a list | Sachin Prabhu | 2020-08-24 | 1 | -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 samba | Sachin Prabhu | 2020-08-24 | 2 | -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 task | Sachin Prabhu | 2020-08-24 | 1 | -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 template | Sachin Prabhu | 2020-08-24 | 3 | -9/+35 |
| | | | | Signed-off-by: Sachin Prabhu <sprabhu@redhat.com> | ||||
* | Use variable samba_share in the log file created | Sachin Prabhu | 2020-08-24 | 1 | -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' option | Anoop C S | 2020-06-19 | 2 | -7/+9 |
| | |||||
* | Remove unnecessary block for setting volume options | Anoop C S | 2020-05-28 | 1 | -21/+19 |
| | |||||
* | Remove some defaults from smb.conf template | Anoop C S | 2020-05-13 | 1 | -9/+0 |
| | |||||
* | Add individual volume set options from group-samba | Anoop C S | 2020-05-12 | 1 | -2/+10 |
| | |||||
* | Use vfs_acl_xattr along with vfs_glusterfs | Anoop C S | 2020-05-12 | 1 | -0/+6 |
| | |||||
* | Update smb.conf template with additional parameters | Anoop C S | 2020-04-08 | 1 | -4/+13 |
| | | | | Signed-off-by: Anoop C S <anoopcs@redhat.com> | ||||
* | Don't enable the systemd smb service - ctdb manages Samba | Michael Adam | 2020-03-31 | 1 | -3/+0 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | Add Samba-Gluster setup ansible files | Sachin Prabhu | 2020-03-30 | 2 | -0/+99 |
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com> |