Switch to cifs for home dirs.
This commit is contained in:
parent
5640c3e76b
commit
7a3f106ee3
6 changed files with 25 additions and 9 deletions
|
@ -1,2 +1,2 @@
|
|||
smb_server: "server"
|
||||
smb_share: "default-school/share/"
|
||||
smb_share: "default-school/"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
fstype="cifs"
|
||||
server="{{ smb_server }}"
|
||||
path="{{ smb_share }}"
|
||||
mountpoint="/media/%(DOMAIN_USER)/share"
|
||||
mountpoint="/srv/samba/schools/default-school"
|
||||
options="sec=krb5i,cruid=%(USERUID),user=%(USER),gid=1010,file_mode=0770,dir_mode=0770"
|
||||
><not><or><user>root</user><user>ansible</user><user>Debian-gdm</user><user>sddm</user><user>virti</user></or></not></volume>
|
||||
insertafter: "<!-- Volume definitions -->"
|
||||
|
@ -40,3 +40,4 @@
|
|||
opts: sec=krb5p,_netdev,x-systemd.automount,x-systemd.idle-timeout=60
|
||||
state: present
|
||||
fstype: nfs4
|
||||
when: nfs4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue