mount -t nfs {{ nic.ipaddress }}:{{ resource.path }} [local_mount_path]
+(Mount the NFS share. Additional mount options can be given as required.)
+showmount -e {{ nic.ipaddress }}
+(Check the status of the NFS server using the showmount command.)
+