/
/
/
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={{ item.options }},_netdev
14TimeoutSec=30
15
16[Install]
17WantedBy=multi-user.target