Add flexibility to provide runtime values for autofs mounts
The current mount values are hard-coded into the ansible role nfs_mounts/autofs.yml
. We need to define a var for the mounts and their options so that it can be used to determine the mount points based on the cluster deployed.
These values should be definable at deploy time so they can be overridden by extra_vars option to the ansible command.
Edited by Eesaan Atluri