diff --git a/roles/custom/fvs/files/policies.json b/roles/custom/fvs/files/policies.json index b1c20cc..f0acb53 100644 --- a/roles/custom/fvs/files/policies.json +++ b/roles/custom/fvs/files/policies.json @@ -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" diff --git a/roles/lmn_mount/tasks/main.yml b/roles/lmn_mount/tasks/main.yml index 0f09299..504269b 100644 --- a/roles/lmn_mount/tasks/main.yml +++ b/roles/lmn_mount/tasks/main.yml @@ -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