/
/
/
1# NFS Mount Unit for {{ item.name }}
2# Auto-generated by Ansible Runner Role
3
4[Unit]
5Description=NFS mount {{ item.name }} ({{ item.host }}:{{ item.nfs_path }})
6After=network-online.target rpc-statd.service
7Wants=network-online.target
8
9[Mount]
10What={{ item.host }}:{{ item.nfs_path }}
11Where={{ item.local_path }}
12Type=nfs
13Options=nfsvers=4.1,proto=tcp,hard,timeo=600,retrans=2,rsize=16777216,wsize=16777216,nconnect=8,noatime,_netdev
14TimeoutSec=30
15
16[Install]
17WantedBy=multi-user.target