#Netapp with ansible

1 messages · Page 1 of 1 (latest)

wicked tapir
#

What sort of permission is needed to configure netapp account to be used with ansible. I am not able to figure out what user permission should be or what give at Netapp end. We don’t want to create a high privileged user to begin with

We are trying simple module na_otap_command module and it give time out where as if i connect to netapp server using ssh i am able to execute the command via playbook using raw module

rose skiff
#

It depends 🙂 But you would at least give the user permission to use HTTP/ONTAPI/SSH not sure what protocol ansible uses.. and you may also want to consider creating a SVM user instead of a cluster user, so you can limit the user access to only that specific SVM... Other than that I depends... and you can build your own role with the specific commands your user needs... All in the name of security 😉 makes everything more difficult 😉