Compare commits

...

2 commits

Author SHA1 Message Date
Raphael Dannecker
55fbda871c Reduce NFS share mount timeout to prevent login delays on offline laptops 2026-03-17 14:13:51 +01:00
Raphael Dannecker
224b867dcf Add link to ticket system to Firefox bookmarks 2026-03-17 14:09:18 +01:00
2 changed files with 5 additions and 1 deletions

View file

@ -30,6 +30,10 @@
"url": "https://info.steinbeis.schule",
"name": "FvS-Hilfesystem"
},
{
"url": "https://ticket.steinbeis.schule",
"name": "FvS-IT-Support"
},
{
"url": "https://moodle.steinbeis.schule",
"name": "FvS-Moodle"

View file

@ -97,7 +97,7 @@
ansible.posix.mount:
src: "{{ nfs_server }}:tools"
path: /lmn/tools
opts: rw,_netdev,x-systemd.automount,x-systemd.idle-timeout=10s,timeo=100,soft
opts: rw,_netdev,x-systemd.automount,x-systemd.idle-timeout=10s,x-systemd.mount-timeout=10,timeo=100,soft
state: present
fstype: nfs4
when: nfs_server is defined