Software Development Kit (SDK) and API Discussions

Ansible newbie question

benpielaml
3,239 Views

I see for every NetApp module, the parameters username and password exist.  If I am running my Ansible playbook from a linux box that has root passwordless ssh configured into the filers, do I need the password parameter?

4 REPLIES 4

benpielaml
3,159 Views

Also, am I missing something in the na_ontap_volume module?  There is a parameter for percent_snapshot_space but not a parameter for the snapshot policy?

JohnChampion
3,099 Views

All connections run as "localhost" and the Python modules handle the authentication to ONTAP through netapplib  - which is why every module has the user/password parameters. It doesn't use your locally logged in account for anything related to ONTAP.  

benpielaml
2,926 Views

How do I download NetApp Python libraries without using pip?

gaurav_verma
2,840 Views

I like to download using PIP but still you should get it here. 

 

https://github.com/ansible/ansible/tree/devel/lib/ansible/modules/storage/netapp

 

and they are latest. 

Public