Revert "Enable POSIX SMB mount option through cifsopt variable"
POSIX mode works only with linux 6.15
This reverts commit 83744196e1
.
This commit is contained in:
parent
83744196e1
commit
5c1d2d0ce5
2 changed files with 682 additions and 686 deletions
1366
inventory.yml
1366
inventory.yml
File diff suppressed because it is too large
Load diff
|
@ -117,7 +117,7 @@
|
||||||
ansible.posix.mount:
|
ansible.posix.mount:
|
||||||
src: //fileserver.pn.steinbeis.schule/default-school
|
src: //fileserver.pn.steinbeis.schule/default-school
|
||||||
path: /srv/samba/schools/default-school
|
path: /srv/samba/schools/default-school
|
||||||
opts: "multiuser,sec=krb5i,mfsymlinks,nobrl,actimeo=600,_netdev,x-systemd.automount,x-systemd.idle-timeout=60s{{ cifsopt | default('') }}"
|
opts: "multiuser,sec=krb5i,mfsymlinks,nobrl,actimeo=600,cache=loose,_netdev,x-systemd.automount,x-systemd.idle-timeout=60s"
|
||||||
state: present
|
state: present
|
||||||
fstype: cifs
|
fstype: cifs
|
||||||
when: not nfs4
|
when: not nfs4
|
||||||
|
|
Loading…
Add table
Reference in a new issue