Skip to content
Snippets Groups Projects
main.yml 228 B
Newer Older
# This is a list of exports, individual entry for each mount.
exportList:
 - { name : '/mnt/test-nfs', src : '/mnt',fstype : 'nfs', opts : 'vers=3,noatime,rsize=16384,wsize=16384,hard,intr,tcp,nolock' , interface : 'tun0' }