Add missing package for webdav and activate nextcloud mount.
This commit is contained in:
parent
67afa03c67
commit
fc410dcb2d
1 changed files with 3 additions and 2 deletions
|
@ -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 -->"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue