=============================================================
netapp.aws
NetApp AWS CVS Collection
Copyright (c) 2019 NetApp, Inc. All rights reserved.
Specifications subject to change without notice.
=============================================================
ansible-galaxy collection install netapp.aws
To use Collection add the following to the top of your playbook, with out this you will be using Ansible 2.9 version of the module
collections:
- netapp.aws
https://docs.ansible.com/ansible/devel/collections/netapp/aws/
Join our Discord and look for our #ansible channel.
These Ansible modules are supporting NetApp Cloud Volumes Service for AWS.
They require a subscription to the service and your API access keys.
The modules currently support Active Directory, Pool, FileSystem (Volume), and Snapshot services.
- Requires Ansible 2.15 or higher.
- Requires Ansible 2.14 or higher.
- all modules - allow usage of Ansible module group defaults - for Ansible 2.12+.
- all modules - ability to trace API calls and responses.
- all modules - fix traceback TypeError 'NoneType' object is not subscriptable when URL points to a web server.
- aws_netapp_cvs_filesystems - fix KeyError when exportPolicy is not present.
- all modules - disable logging for
api_key
andsecret_key
values. - all modules - report error if response does not contain valid JSON.
- all modules - prevent infinite loop when asynchornous action fails.
Fix pylint or flake8 warnings reported by galaxy importer.
- use a three group format for
version_added
. So 2.7 becomes 2.7.0. Same thing for 2.8 and 2.9. - add
elements:
and updaterequired:
to match module requirements.
- galaxy.xml: fix repository and homepage links.
- galaxy.yml: fix path to github repository.
- Initial release as a collection.