=============================================================
netapp.ontap
NetApp ONTAP Collection
Copyright (c) 2025 NetApp, Inc. All rights reserved. Specifications subject to change without notice.
=============================================================
ansible-galaxy collection install netapp.ontap
To use this collection, add the following to the top of your playbook, without this you will be using Ansible 2.9 version of the module
collections:
- netapp.ontap
- ansible-core >= 2.16
- requests >= 2.20
- netapp-lib version >= 2018.11.13 (For ZAPI)
https://docs.ansible.com/ansible/devel/collections/netapp/ontap/
Join our Discord and look for our #ansible channel.
With collection version 22.0.0 ONTAPI (ZAPI) has been deprecated. Please refer to CPC to stay updated with the End-of-Availability announcement. This change will effect the modules listed below.
These are modules user will need to migrate from their playbook to use the REST version of the module. Do note because REST return values differently than ZAPI you will need to update your playbooks to work with the new module.
- na_ontap_broadcast_domain_ports -> na_ontap_ports
- na_ontap_command -> na_ontap_rest_cli
- na_ontap_firewall_policy -> na_ontap_service_policy
- na_ontap_info -> na_ontap_rest_info
- na_ontap_ldap -> na_ontap_ldap_client
- na_ontap_motd -> na_ontap_login_messages
- na_ontap_ntfs_dacl -> na_ontap_file_security_permissions
- na_ontap_ntfs_sd -> na_ontap_file_security_permissions
- na_ontap_qos_adaptive_policy_group -> na_ontap_qos_policy_group
- na_ontap_volume_snaplock -> na_ontap_volume
- na_ontap_vserver_cifs_security -> na_ontap_cifs_server
- na_ontap_zapit -> na_ontap_restit
The following modules do not have REST equivalent APIs.
- na_ontap_file_directory_policy
- na_ontap_svm_options
- na_ontap_quota_policy
Please refer to CHANGELOG.md for release notes.
For debugging connectivity issues or for tracing API calls, please refer to this page.
For creating any new issues or enhancements, please visit this page.
GNU General Public License v3.0 See LICENSE to see the full text.