Add missing package for webdav and activate nextcloud mount.

This commit is contained in:
Andreas B. Mundt 2023-08-12 08:29:56 +02:00
parent 67afa03c67
commit fc410dcb2d

View file

@ -6,6 +6,7 @@
- cifs-utils - cifs-utils
- nfs-common - nfs-common
- hxtools - hxtools
- davfs2
state: latest state: latest
- name: Configure pam_mount - name: Configure pam_mount
@ -21,13 +22,13 @@
options="sec=krb5i,cruid=%(USERUID),user=%(USER),file_mode=0700,dir_mode=0700,mfsymlinks,nobrl" options="sec=krb5i,cruid=%(USERUID),user=%(USER),file_mode=0700,dir_mode=0700,mfsymlinks,nobrl"
><not><or><user>root</user><user>ansible</user><user>Debian-gdm</user><user>sddm</user><user>virti</user></or></not> ><not><or><user>root</user><user>ansible</user><user>Debian-gdm</user><user>sddm</user><user>virti</user></or></not>
</volume> </volume>
<!--<volume <volume
fstype="davfs" fstype="davfs"
path="https://nc.steinbeis.schule/remote.php/dav/files/%(USER)" path="https://nc.steinbeis.schule/remote.php/dav/files/%(USER)"
mountpoint="/media/%(USER)/nextcloud" mountpoint="/media/%(USER)/nextcloud"
options="username=%(USER),nosuid,nodev,uid=%(USER),gid=1010,file_mode=0770,dir_mode=0770" options="username=%(USER),nosuid,nodev,uid=%(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> ><not><or><user>root</user><user>ansible</user><user>Debian-gdm</user><user>sddm</user><user>virti</user></or></not>
</volume>--> </volume>
insertafter: "<!-- Volume definitions -->" insertafter: "<!-- Volume definitions -->"