/
/
/
1# NFS Automount Unit for {{ item.name }}
2# Auto-generated by Ansible Runner Role
3
4[Unit]
5Description=NFS automount {{ item.name }} ({{ item.host }}:{{ item.nfs_path }})
6After=network-online.target
7
8[Automount]
9Where={{ item.local_path }}
10TimeoutIdleSec=60
11
12[Install]
13WantedBy=multi-user.target