Reduce NFS share mount timeout to prevent login delays on offline laptops
This commit is contained in:
parent
224b867dcf
commit
55fbda871c
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@
|
||||||
ansible.posix.mount:
|
ansible.posix.mount:
|
||||||
src: "{{ nfs_server }}:tools"
|
src: "{{ nfs_server }}:tools"
|
||||||
path: /lmn/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
|
state: present
|
||||||
fstype: nfs4
|
fstype: nfs4
|
||||||
when: nfs_server is defined
|
when: nfs_server is defined
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue