This repository has been archived by the owner on Feb 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
azure_rm_netapp_snapshot
Chris Archibald edited this page Mar 18, 2021
·
1 revision
orphan: |
---|
Note
This plugin is part of the netapp.azure collection (version 21.3.0).
To install it use: ansible-galaxy collection install netapp.azure
.
To use it in a playbook, specify: netapp.azure.azure_rm_netapp_snapshot
.
.. versionadded:: 19.10.0 of netapp.azure
- Create and delete NetApp Azure Snapshot.
The below requirements are needed on the host that executes this module.
- python >= 2.7
- azure >= 2.0.0
- Python azure-mgmt. Install using 'pip install azure-mgmt'
- Python azure-mgmt-netapp. Install using 'pip install azure-mgmt-netapp'
- For authentication with Azure NetApp log in before you run your tasks or playbook with
az login
.
Note
- The modules prefixed with azure_rm_netapp are built to support the Cloud Volume Services for Azure NetApp Files.
.. seealso:: `Sign in with Azure CLI <https://docs.microsoft.com/en-us/cli/azure/authenticate-azure-cli?view=azure-cli-latest>`_ How to authenticate using the ``az login`` command.
- name: Create Azure NetApp Snapshot
azure_rm_netapp_snapshot:
resource_group: myResourceGroup
account_name: tests-netapp
pool_name: tests-pool
volume_name: tests-volume2
name: tests-snapshot
location: eastus
- name: Delete Azure NetApp Snapshot
azure_rm_netapp_snapshot:
state: absent
resource_group: myResourceGroup
account_name: tests-netapp
pool_name: tests-pool
volume_name: tests-volume2
name: tests-snapshot
- NetApp Ansible Team (@carchi8py) <[email protected]>
Need Help? Join Netapp.Io Slack Channel #configurationmgmt
AWS
Azure
- azure_rm_netapp_account
- azure_rm_netapp_capacity_pool
- azure_rm_netapp_snapshot
- azure_rm_netapp_volume
Cloud Manager
- na_cloudmanager_aggregate
- na_cloudmanager_cifs_server
- na_cloudmanager_connector_aws
- na_cloudmanager_connector_azure
- na_cloudmanager_connector_gcp
- na_cloudmanager_cvo_aws
- na_cloudmanager_cvo_azure
- na_cloudmanager_cvo_gcp
- na_cloudmanager_info
- na_cloudmanager_nss_account
- na_cloudmanager_volume
ElementSW
ONTAP
StorageGrid
Um Info