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
- nfs-common
- hxtools
- davfs2
state: latest
- name: Configure pam_mount
@ -21,13 +22,13 @@
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>
</volume>
<!--<volume
<volume
fstype="davfs"
path="https://nc.steinbeis.schule/remote.php/dav/files/%(USER)"
mountpoint="/media/%(USER)/nextcloud"
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>
</volume>-->
</volume>
insertafter: "<!-- Volume definitions -->"