HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //usr/lib/python3.9/site-packages/ansible_collections/netapp/azure/plugins/doc_fragments/netapp.py
# -*- coding: utf-8 -*-

# Copyright: (c) 2019, NetApp Ansible Team [email protected]
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import (absolute_import, division, print_function)
__metaclass__ = type


class ModuleDocFragment(object):

    DOCUMENTATION = r'''
options:
  - See respective platform section for more details
requirements:
  - See respective platform section for more details
notes:
  - Ansible modules are available for the following NetApp Storage Platforms: E-Series, ONTAP, SolidFire
'''

    # Documentation fragment for Cloud Volume Services on Azure NetApp (azure_rm_netapp)
    AZURE_RM_NETAPP = r'''
options:
  resource_group:
      description:
      - Name of the resource group.
      required: true
      type: str
requirements:
    - 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 C(az login).

notes:
    - The modules prefixed with azure_rm_netapp are built to support the Cloud Volume Services for Azure NetApp Files.

seealso:
    - name: Sign in with Azure CLI
      link: https://docs.microsoft.com/en-us/cli/azure/authenticate-azure-cli?view=azure-cli-latest
      description: How to authenticate using the C(az login) command.
    '''