does anyone know if there isa module to create nfs shares on aws storage gateway with ansible?
I cannot find in the docs. only s3 buckets and ec2
does anyone know if there isa module to create nfs shares on aws storage gateway with ansible?
I cannot find in the docs. only s3 buckets and ec2
any body know?
is ansible not able to create NFS share on aws storage gateway??
Do you know how to do this manually? If there is a command you can run to
achieve what you want, then ansible can do it.
Antony.
yes I can do it manually via aws cli command but how to do it with ansible?
What I end up doing in some corner cases is just issue an aws cli command using the ‘command’ module and make sure the output is json to help with further processing