Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do I download NetApp Python libraries without using pip?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
