1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Bulk module author 2 (#48955)

* Bulk fix DOCUMENTATION.author (Part 2)
This commit is contained in:
John R Barker 2018-11-21 10:32:42 +00:00 committed by GitHub
parent a6cf45da16
commit 97e2fa4953
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
113 changed files with 123 additions and 121 deletions

View file

@ -64,7 +64,7 @@ options:
required: false required: false
author: author:
- Nathan Webster (@nathanwebsterdotme) - Nathan Webster (@nathanwebsterdotme)
- Bill Wang (ozbillwang@gmail.com) - Bill Wang (@ozbillwang) <ozbillwang@gmail.com>
- Michael De La Rue (@mikedlr) - Michael De La Rue (@mikedlr)
extends_documentation_fragment: aws extends_documentation_fragment: aws
requirements: [ botocore, boto3 ] requirements: [ botocore, boto3 ]

View file

@ -73,7 +73,7 @@ options:
version_added: 2.6 version_added: 2.6
author: author:
- Amir Moulavi (@amir343) <amir.moulavi@gmail.com> - Amir Moulavi (@amir343) <amir.moulavi@gmail.com>
- Tim C <defunct@defunct.io> - Tim C (@defunctio) <defunct@defunct.io>
extends_documentation_fragment: extends_documentation_fragment:
- aws - aws
- ec2 - ec2

View file

@ -55,8 +55,8 @@ extends_documentation_fragment:
- azure_tags - azure_tags
author: author:
- "Hai Cao <t-haicao@microsoft.com>" - "Hai Cao (@caohai) <t-haicao@microsoft.com>"
- "Yunge Zhu <yungez@microsoft.com>" - "Yunge Zhu (@yungezz) <yungez@microsoft.com>"
''' '''
EXAMPLES = ''' EXAMPLES = '''

View file

@ -38,8 +38,8 @@ extends_documentation_fragment:
- azure - azure
author: author:
- "Hai Cao <t-haicao@microsoft.com>" - "Hai Cao (@caohai) <t-haicao@microsoft.com>"
- "Yunge Zhu <yungez@microsoft.com>" - "Yunge Zhu (@yungezz) <yungez@microsoft.com>"
''' '''
EXAMPLES = ''' EXAMPLES = '''

View file

@ -93,8 +93,8 @@ extends_documentation_fragment:
- azure - azure
author: author:
- "Hai Cao <t-haicao@microsoft.com>" - "Hai Cao (@caohai) <t-haicao@microsoft.com>"
- "Yunge Zhu <yungez@microsoft.com>" - "Yunge Zhu (@yungezz) <yungez@microsoft.com>"
''' '''

View file

@ -47,8 +47,8 @@ extends_documentation_fragment:
- azure - azure
author: author:
- "Hai Cao <t-haicao@microsoft.com>" - "Hai Cao (@caohai) <t-haicao@microsoft.com>"
- "Yunge Zhu <yungez@microsoft.com>" - "Yunge Zhu (@yungezz) <yungez@microsoft.com>"
''' '''
EXAMPLES = ''' EXAMPLES = '''

View file

@ -104,8 +104,8 @@ extends_documentation_fragment:
- azure_tags - azure_tags
author: author:
- "Hai Cao <t-haicao@microsoft.com>" - "Hai Cao (@caohai) <t-haicao@microsoft.com>"
- "Yunge Zhu <yungez@microsoft.com>" - "Yunge Zhu (@yungezz) <yungez@microsoft.com>"
''' '''

View file

@ -38,8 +38,8 @@ extends_documentation_fragment:
- azure - azure
author: author:
- "Hai Cao <t-haicao@microsoft.com>" - "Hai Cao (@caohai) <t-haicao@microsoft.com>"
- "Yunge Zhu <yungez@microsoft.com>" - "Yunge Zhu (@yungezz) <yungez@microsoft.com>"
''' '''
EXAMPLES = ''' EXAMPLES = '''

View file

@ -40,8 +40,8 @@ extends_documentation_fragment:
- azure - azure
author: author:
- "Chris Houseknecht house@redhat.com" - "Chris Houseknecht (@chouseknecht) <house@redhat.com>"
- "Matt Davis mdavis@redhat.com" - "Matt Davis (@nitzmahone) <mdavis@redhat.com>"
''' '''

View file

@ -58,7 +58,7 @@ requirements:
notes: notes:
- Either I(instance_name) or I(instance_pattern) is required. - Either I(instance_name) or I(instance_pattern) is required.
author: author:
- Do Hoang Khiem (dohoangkhiem@gmail.com) - Do Hoang Khiem (@dohoangkhiem) <(dohoangkhiem@gmail.com>
- Tom Melendez (@supertom) - Tom Melendez (@supertom)
''' '''

View file

@ -16,7 +16,7 @@ DOCUMENTATION = '''
module: os_keystone_domain module: os_keystone_domain
short_description: Manage OpenStack Identity Domains short_description: Manage OpenStack Identity Domains
author: author:
- Monty - Monty Taylor (@emonty)
- Haneef Ali - Haneef Ali
extends_documentation_fragment: openstack extends_documentation_fragment: openstack
version_added: "2.1" version_added: "2.1"

View file

@ -17,7 +17,9 @@ module: os_keystone_role
short_description: Manage OpenStack Identity Roles short_description: Manage OpenStack Identity Roles
extends_documentation_fragment: openstack extends_documentation_fragment: openstack
version_added: "2.1" version_added: "2.1"
author: "Monty Taylor (@emonty), David Shrewsbury (@Shrews)" author:
- Monty Taylor (@emonty)
- David Shrewsbury (@Shrews)
description: description:
- Manage OpenStack Identity Roles. - Manage OpenStack Identity Roles.
options: options:

View file

@ -16,7 +16,7 @@ DOCUMENTATION = '''
module: os_nova_host_aggregate module: os_nova_host_aggregate
short_description: Manage OpenStack host aggregates short_description: Manage OpenStack host aggregates
extends_documentation_fragment: openstack extends_documentation_fragment: openstack
author: "Jakub Jursa" author: "Jakub Jursa (@kuboj)"
version_added: "2.3" version_added: "2.3"
description: description:
- Create, update, or delete OpenStack host aggregates. If a aggregate - Create, update, or delete OpenStack host aggregates. If a aggregate

View file

@ -16,7 +16,7 @@ DOCUMENTATION = '''
--- ---
module: os_server_facts module: os_server_facts
short_description: Retrieve facts about one or more compute instances short_description: Retrieve facts about one or more compute instances
author: Monty author: Monty (@emonty)
version_added: "2.0" version_added: "2.0"
description: description:
- Retrieve facts about server instances from OpenStack. - Retrieve facts about server instances from OpenStack.

View file

@ -16,7 +16,7 @@ DOCUMENTATION = '''
module: os_user module: os_user
short_description: Manage OpenStack Identity Users short_description: Manage OpenStack Identity Users
extends_documentation_fragment: openstack extends_documentation_fragment: openstack
author: David Shrewsbury author: David Shrewsbury (@Shrews)
version_added: "2.0" version_added: "2.0"
description: description:
- Manage OpenStack Identity users. Users can be created, - Manage OpenStack Identity users. Users can be created,

View file

@ -29,7 +29,7 @@ DOCUMENTATION = '''
module: ovirt_quota_facts module: ovirt_quota_facts
short_description: Retrieve facts about one or more oVirt/RHV quotas short_description: Retrieve facts about one or more oVirt/RHV quotas
version_added: "2.3" version_added: "2.3"
author: "Red Hat" author: "Maor Lipchuk (@machacekondra)"
description: description:
- "Retrieve facts about one or more oVirt/RHV quotas." - "Retrieve facts about one or more oVirt/RHV quotas."
notes: notes:

View file

@ -28,7 +28,7 @@ DOCUMENTATION = '''
--- ---
module: ovirt_storage_template_facts module: ovirt_storage_template_facts
short_description: Retrieve facts about one or more oVirt/RHV templates relate to a storage domain. short_description: Retrieve facts about one or more oVirt/RHV templates relate to a storage domain.
author: "Maor Lipchuk" author: "Maor Lipchuk (@machacekondra)"
version_added: "2.4" version_added: "2.4"
description: description:
- "Retrieve facts about one or more oVirt/RHV templates relate to a storage domain." - "Retrieve facts about one or more oVirt/RHV templates relate to a storage domain."

View file

@ -28,7 +28,7 @@ DOCUMENTATION = '''
--- ---
module: ovirt_storage_vm_facts module: ovirt_storage_vm_facts
short_description: Retrieve facts about one or more oVirt/RHV virtual machines relate to a storage domain. short_description: Retrieve facts about one or more oVirt/RHV virtual machines relate to a storage domain.
author: "Maor Lipchuk" author: "Maor Lipchuk (@machacekondra)"
version_added: "2.4" version_added: "2.4"
description: description:
- "Retrieve facts about one or more oVirt/RHV virtual machines relate to a storage domain." - "Retrieve facts about one or more oVirt/RHV virtual machines relate to a storage domain."

View file

@ -11,7 +11,7 @@ DOCUMENTATION = """
module: spotinst_aws_elastigroup module: spotinst_aws_elastigroup
version_added: 2.5 version_added: 2.5
short_description: Create, update or delete Spotinst AWS Elastigroups short_description: Create, update or delete Spotinst AWS Elastigroups
author: Spotinst author: Spotinst (@talzur)
description: description:
- Can create, update, or delete Spotinst AWS Elastigroups - Can create, update, or delete Spotinst AWS Elastigroups
Launch configuration is part of the elastigroup configuration, Launch configuration is part of the elastigroup configuration,

View file

@ -17,7 +17,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = r''' DOCUMENTATION = r'''
--- ---
module: find module: find
author: Brian Coca (based on Ruggero Marchei's Tidy) author: Brian Coca (@bcoca)
version_added: "2.0" version_added: "2.0"
short_description: Return a list of files based on specific criteria short_description: Return a list of files based on specific criteria
description: description:

View file

@ -33,7 +33,7 @@ description:
- This module allows you to create, modify, get and delete Zabbix proxy entries. - This module allows you to create, modify, get and delete Zabbix proxy entries.
version_added: "2.5" version_added: "2.5"
author: author:
- "Alen Komic" - "Alen Komic (@akomic)"
requirements: requirements:
- "python >= 2.6" - "python >= 2.6"
- "zabbix-api >= 0.5.3" - "zabbix-api >= 0.5.3"

View file

@ -20,7 +20,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: avi_api_version module: avi_api_version
author: Vilian Atmadzhov (vilian.atmadzhov@paddypowerbetfair.com) author: Vilian Atmadzhov (@grastogi23) <vilian.atmadzhov@paddypowerbetfair.com>
short_description: Avi API Version Module short_description: Avi API Version Module
description: description:

View file

@ -16,7 +16,7 @@ DOCUMENTATION = '''
--- ---
module: nclu module: nclu
version_added: "2.3" version_added: "2.3"
author: "Cumulus Networks" author: "Cumulus Networks (@isharacomix)"
short_description: Configure network interfaces using NCLU short_description: Configure network interfaces using NCLU
description: description:
- Interface to the Network Command Line Utility, developed to make it easier - Interface to the Network Command Line Utility, developed to make it easier

View file

@ -28,7 +28,7 @@ DOCUMENTATION = '''
--- ---
module: fmgr_provisioning module: fmgr_provisioning
version_added: "2.7" version_added: "2.7"
author: Andrew Welsh author: Andrew Welsh (@Ghilli3)
short_description: Provision devices via FortiMananger short_description: Provision devices via FortiMananger
description: description:
- Add model devices on the FortiManager using jsonrpc API and have them pre-configured, - Add model devices on the FortiManager using jsonrpc API and have them pre-configured,

View file

@ -28,7 +28,7 @@ DOCUMENTATION = '''
--- ---
module: fmgr_script module: fmgr_script
version_added: "2.5" version_added: "2.5"
author: Andrew Welsh author: Andrew Welsh (@Ghilli3)
short_description: Add/Edit/Delete and execute scripts short_description: Add/Edit/Delete and execute scripts
description: Create/edit/delete scripts and execute the scripts on the FortiManager using jsonrpc API description: Create/edit/delete scripts and execute the scripts on the FortiManager using jsonrpc API

View file

@ -34,7 +34,7 @@ description:
- Manages configuration on Cisco FTD devices including creating, updating, removing configuration objects, - Manages configuration on Cisco FTD devices including creating, updating, removing configuration objects,
scheduling and staring jobs, deploying pending changes, etc. All operations are performed over REST API. scheduling and staring jobs, deploying pending changes, etc. All operations are performed over REST API.
version_added: "2.7" version_added: "2.7"
author: "Cisco Systems, Inc." author: "Cisco Systems, Inc. (@annikulin)"
options: options:
operation: operation:
description: description:

View file

@ -34,7 +34,7 @@ description:
- Downloads files from Cisco FTD devices including pending changes, disk files, certificates, - Downloads files from Cisco FTD devices including pending changes, disk files, certificates,
troubleshoot reports, and backups. troubleshoot reports, and backups.
version_added: "2.7" version_added: "2.7"
author: "Cisco Systems, Inc." author: "Cisco Systems, Inc. (@annikulin)"
options: options:
operation: operation:
description: description:

View file

@ -33,7 +33,7 @@ short_description: Uploads files to Cisco FTD devices over HTTP(S)
description: description:
- Uploads files to Cisco FTD devices including disk files, backups, and upgrades. - Uploads files to Cisco FTD devices including disk files, backups, and upgrades.
version_added: "2.7" version_added: "2.7"
author: "Cisco Systems, Inc." author: "Cisco Systems, Inc. (@annikulin)"
options: options:
operation: operation:
description: description:

View file

@ -16,7 +16,7 @@ DOCUMENTATION = """
--- ---
module: ordnance_config module: ordnance_config
version_added: "2.3" version_added: "2.3"
author: "Alexander Turner (alex.turner@ordnance.io)" author: "Alexander Turner (@alexanderturner) <alex.turner@ordnance.io>"
short_description: Manage Ordnance configuration sections short_description: Manage Ordnance configuration sections
description: description:
- Ordnance router configurations use a simple block indent file syntax - Ordnance router configurations use a simple block indent file syntax

View file

@ -16,7 +16,7 @@ DOCUMENTATION = """
--- ---
module: ordnance_facts module: ordnance_facts
version_added: "2.3" version_added: "2.3"
author: "Alexander Turner (alex.turner@ordnance.io)" author: "Alexander Turner (@alexanderturner) <alex.turner@ordnance.io>"
short_description: Collect facts from Ordnance Virtual Routers over SSH short_description: Collect facts from Ordnance Virtual Routers over SSH
description: description:
- Collects a base set of device facts from an Ordnance Virtual - Collects a base set of device facts from an Ordnance Virtual

View file

@ -39,7 +39,7 @@ description:
cookie=XXXX><timezone>Australia/Melbourne</timezone></request> cookie=XXXX><timezone>Australia/Melbourne</timezone></request>
- The 'xpath' is "/config/devices/entry[@name='localhost.localdomain']/deviceconfig/system" - The 'xpath' is "/config/devices/entry[@name='localhost.localdomain']/deviceconfig/system"
- The 'element' is "<timezone>Australia/Melbourne</timezone>" - The 'element' is "<timezone>Australia/Melbourne</timezone>"
author: "Jasper Mackenzie" author: "Jasper Mackenzie (@spmp)"
version_added: "2.7" version_added: "2.7"
requirements: requirements:
- pan-python - pan-python

View file

@ -18,7 +18,7 @@ description:
- Creates Connector Card messages through - Creates Connector Card messages through
- Office 365 Connectors U(https://dev.outlook.com/Connectors) - Office 365 Connectors U(https://dev.outlook.com/Connectors)
version_added: "2.4" version_added: "2.4"
author: "Marc Sensenich" author: "Marc Sensenich (@marc-sensenich)"
notes: notes:
- This module is not idempotent, therefore if the same task is run twice - This module is not idempotent, therefore if the same task is run twice
there will be two Connector Cards created there will be two Connector Cards created

View file

@ -94,7 +94,7 @@ options:
version_added: "2.0" version_added: "2.0"
author: author:
- "Ansible Core Team" - "Ansible Core Team"
- "Johan Wiren" - "Johan Wiren (@johanwiren)"
''' '''
EXAMPLES = ''' EXAMPLES = '''

View file

@ -20,7 +20,7 @@ short_description: Manage NetApp cDOT aggregates.
extends_documentation_fragment: extends_documentation_fragment:
- netapp.ontap - netapp.ontap
version_added: '2.3' version_added: '2.3'
author: Sumit Kumar (sumit4@netapp.com) author: Sumit Kumar (@timuster) <sumit4@netapp.com>
deprecated: deprecated:
removed_in: '2.11' removed_in: '2.11'

View file

@ -20,7 +20,7 @@ short_description: Manage NetApp cDOT protocol and feature licenses
extends_documentation_fragment: extends_documentation_fragment:
- netapp.ontap - netapp.ontap
version_added: '2.3' version_added: '2.3'
author: Sumit Kumar (sumit4@netapp.com) author: Sumit Kumar (@timuster) <sumit4@netapp.com>
deprecated: deprecated:
removed_in: '2.11' removed_in: '2.11'

View file

@ -20,7 +20,7 @@ short_description: Manage NetApp cDOT luns
extends_documentation_fragment: extends_documentation_fragment:
- netapp.ontap - netapp.ontap
version_added: '2.3' version_added: '2.3'
author: Sumit Kumar (sumit4@netapp.com) author: Sumit Kumar (@timuster) <sumit4@netapp.com>
deprecated: deprecated:
removed_in: '2.11' removed_in: '2.11'

View file

@ -20,7 +20,7 @@ short_description: Manage qtrees
extends_documentation_fragment: extends_documentation_fragment:
- netapp.ontap - netapp.ontap
version_added: '2.3' version_added: '2.3'
author: Sumit Kumar (sumit4@netapp.com) author: Sumit Kumar (@timuster) <sumit4@netapp.com>
deprecated: deprecated:
removed_in: '2.11' removed_in: '2.11'

View file

@ -20,7 +20,7 @@ short_description: Manage NetApp cDOT svm
extends_documentation_fragment: extends_documentation_fragment:
- netapp.ontap - netapp.ontap
version_added: '2.3' version_added: '2.3'
author: Sumit Kumar (sumit4@netapp.com) author: Sumit Kumar (@timuster) <sumit4@netapp.com>
deprecated: deprecated:
removed_in: '2.11' removed_in: '2.11'

View file

@ -20,7 +20,7 @@ short_description: useradmin configuration and management
extends_documentation_fragment: extends_documentation_fragment:
- netapp.ontap - netapp.ontap
version_added: '2.3' version_added: '2.3'
author: Sumit Kumar (sumit4@netapp.com) author: Sumit Kumar (@timuster) <sumit4@netapp.com>
deprecated: deprecated:
removed_in: '2.11' removed_in: '2.11'

View file

@ -20,7 +20,7 @@ short_description: useradmin configuration and management
extends_documentation_fragment: extends_documentation_fragment:
- netapp.ontap - netapp.ontap
version_added: '2.3' version_added: '2.3'
author: Sumit Kumar (sumit4@netapp.com) author: Sumit Kumar (@timuster) <sumit4@netapp.com>
deprecated: deprecated:
removed_in: '2.11' removed_in: '2.11'

View file

@ -20,7 +20,7 @@ short_description: Manage NetApp cDOT volumes
extends_documentation_fragment: extends_documentation_fragment:
- netapp.ontap - netapp.ontap
version_added: '2.3' version_added: '2.3'
author: Sumit Kumar (sumit4@netapp.com) author: Sumit Kumar (@timuster) <sumit4@netapp.com>
deprecated: deprecated:
removed_in: '2.11' removed_in: '2.11'

View file

@ -23,7 +23,7 @@ short_description: Manage SolidFire accounts
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.3' version_added: '2.3'
author: Sumit Kumar (sumit4@netapp.com) author: Sumit Kumar (@timuster) <sumit4@netapp.com>
description: description:
- Create, destroy, or update accounts on SolidFire - Create, destroy, or update accounts on SolidFire

View file

@ -23,7 +23,7 @@ short_description: Check connectivity to MVIP and SVIP.
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.3' version_added: '2.3'
author: Sumit Kumar (sumit4@netapp.com) author: Sumit Kumar (@timuster) <sumit4@netapp.com>
description: description:
- Used to test the management connection to the cluster. - Used to test the management connection to the cluster.
- The test pings the MVIP and SVIP, and executes a simple API method to verify connectivity. - The test pings the MVIP and SVIP, and executes a simple API method to verify connectivity.

View file

@ -22,7 +22,7 @@ short_description: Manage SolidFire snapshot schedules
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.3' version_added: '2.3'
author: Sumit Kumar (sumit4@netapp.com) author: Sumit Kumar (@timuster) <sumit4@netapp.com>
description: description:
- Create, destroy, or update accounts on SolidFire - Create, destroy, or update accounts on SolidFire

View file

@ -23,7 +23,7 @@ short_description: Manage SolidFire Volume Access Groups
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.3' version_added: '2.3'
author: Sumit Kumar (sumit4@netapp.com) author: Sumit Kumar (@timuster) <sumit4@netapp.com>
description: description:
- Create, destroy, or update volume access groups on SolidFire - Create, destroy, or update volume access groups on SolidFire

View file

@ -23,7 +23,7 @@ short_description: Manage SolidFire volumes
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.3' version_added: '2.3'
author: Sumit Kumar (sumit4@netapp.com) author: Sumit Kumar (@timuster) <sumit4@netapp.com>
description: description:
- Create, destroy, or update volumes on SolidFire - Create, destroy, or update volumes on SolidFire

View file

@ -25,7 +25,7 @@ short_description: NetApp Element Software Manage Access Groups
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create, destroy, or update access groups on Element Software Cluster. - Create, destroy, or update access groups on Element Software Cluster.

View file

@ -24,7 +24,7 @@ short_description: NetApp Element Software Manage Accounts
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create, destroy, or update accounts on Element SW - Create, destroy, or update accounts on Element SW

View file

@ -20,7 +20,7 @@ short_description: NetApp Element Software Manage Admin Users
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create, destroy, or update admin users on SolidFire - Create, destroy, or update admin users on SolidFire

View file

@ -21,7 +21,7 @@ short_description: NetApp Element Software Create Backups
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create backup - Create backup

View file

@ -20,7 +20,7 @@ short_description: NetApp Element Software Check connectivity to MVIP and SVIP.
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Used to test the management connection to the cluster. - Used to test the management connection to the cluster.
- The test pings the MVIP and SVIP, and executes a simple API method to verify connectivity. - The test pings the MVIP and SVIP, and executes a simple API method to verify connectivity.

View file

@ -23,7 +23,7 @@ short_description: NetApp Element Software Create Cluster
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Initialize Element Software node ownership to form a cluster. - Initialize Element Software node ownership to form a cluster.

View file

@ -19,7 +19,7 @@ short_description: NetApp Element Software Manage Cluster Pair
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create, delete cluster pair - Create, delete cluster pair

View file

@ -23,7 +23,7 @@ short_description: NetApp Element Software Manage Node Drives
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Add, Erase or Remove drive for nodes on Element Software Cluster. - Add, Erase or Remove drive for nodes on Element Software Cluster.

View file

@ -19,7 +19,7 @@ short_description: NetApp Element Software Manage ldap admin users
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Enable, disable ldap, and add ldap users - Enable, disable ldap, and add ldap users

View file

@ -23,7 +23,7 @@ short_description: NetApp Element Software Configure Node Network Interfaces
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Configure Element SW Node Network Interfaces for Bond 1G and 10G IP address. - Configure Element SW Node Network Interfaces for Bond 1G and 10G IP address.

View file

@ -23,7 +23,7 @@ short_description: NetApp Element Software Node Operation
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Add, remove cluster node on Element Software Cluster. - Add, remove cluster node on Element Software Cluster.

View file

@ -23,7 +23,7 @@ short_description: NetApp Element Software Manage Snapshots
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create, Modify or Delete Snapshot on Element OS Cluster. - Create, Modify or Delete Snapshot on Element OS Cluster.

View file

@ -25,7 +25,7 @@ short_description: NetApp Element Software Restore Snapshot
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Element OS Cluster restore snapshot to volume. - Element OS Cluster restore snapshot to volume.

View file

@ -21,7 +21,7 @@ short_description: NetApp Element Software Snapshot Schedules
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create, destroy, or update accounts on ElementSW - Create, destroy, or update accounts on ElementSW

View file

@ -19,7 +19,7 @@ short_description: NetApp Element Software Manage VLAN
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create, delete, modify VLAN - Create, delete, modify VLAN

View file

@ -22,7 +22,7 @@ short_description: NetApp Element Software Manage Volumes
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create, destroy, or update volumes on ElementSW - Create, destroy, or update volumes on ElementSW

View file

@ -23,7 +23,7 @@ short_description: NetApp Element Software Create Volume Clone
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create volume clones on Element OS - Create volume clones on Element OS

View file

@ -18,7 +18,7 @@ short_description: NetApp Element Software Volume Pair
extends_documentation_fragment: extends_documentation_fragment:
- netapp.solidfire - netapp.solidfire
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create, delete volume pair - Create, delete volume pair

View file

@ -20,7 +20,7 @@ short_description: NetApp ONTAP manage aggregates.
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create, delete, or manage aggregates on ONTAP. - Create, delete, or manage aggregates on ONTAP.

View file

@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = """ DOCUMENTATION = """
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- "Enable/Disable Autosupport" - "Enable/Disable Autosupport"
extends_documentation_fragment: extends_documentation_fragment:

View file

@ -17,7 +17,7 @@ short_description: NetApp ONTAP manage broadcast domains..
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Modify a ONTAP broadcast domain. - Modify a ONTAP broadcast domain.
options: options:

View file

@ -16,7 +16,7 @@ short_description: NetApp ONTAP manage broadcast domain ports
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Add or remove ONTAP broadcast domain ports. Existing ports that are not listed are kept. - Add or remove ONTAP broadcast domain ports. Existing ports that are not listed are kept.
options: options:

View file

@ -12,7 +12,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = ''' DOCUMENTATION = '''
short_description: NetApp ONTAP manage consistency group snapshot short_description: NetApp ONTAP manage consistency group snapshot
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create consistency group snapshot for ONTAP volumes. - Create consistency group snapshot for ONTAP volumes.
extends_documentation_fragment: extends_documentation_fragment:

View file

@ -12,7 +12,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
'supported_by': 'certified'} 'supported_by': 'certified'}
DOCUMENTATION = ''' DOCUMENTATION = '''
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- "Create or destroy or modify(path) cifs-share on ONTAP" - "Create or destroy or modify(path) cifs-share on ONTAP"
extends_documentation_fragment: extends_documentation_fragment:

View file

@ -12,7 +12,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = ''' DOCUMENTATION = '''
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- "Create or destroy or modify cifs-share-access-controls on ONTAP" - "Create or destroy or modify cifs-share-access-controls on ONTAP"
extends_documentation_fragment: extends_documentation_fragment:

View file

@ -21,7 +21,7 @@ short_description: NetApp ONTAP CIFS server configuration
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Creating / deleting and modifying the CIFS server. - Creating / deleting and modifying the CIFS server.

View file

@ -17,7 +17,7 @@ short_description: NetApp ONTAP cluster - create, join, add license
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create or join or apply licenses to ONTAP clusters - Create or join or apply licenses to ONTAP clusters
options: options:

View file

@ -12,7 +12,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = ''' DOCUMENTATION = '''
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- "Enable or disable HA on a cluster" - "Enable or disable HA on a cluster"
extends_documentation_fragment: extends_documentation_fragment:

View file

@ -11,7 +11,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = ''' DOCUMENTATION = '''
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create/Delete cluster peer relations on ONTAP - Create/Delete cluster peer relations on ONTAP
extends_documentation_fragment: extends_documentation_fragment:

View file

@ -11,7 +11,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
'supported_by': 'certified'} 'supported_by': 'certified'}
DOCUMENTATION = ''' DOCUMENTATION = '''
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- "Run system-cli commands on ONTAP" - "Run system-cli commands on ONTAP"
extends_documentation_fragment: extends_documentation_fragment:

View file

@ -20,7 +20,7 @@ short_description: NetApp ONTAP Assign disks to nodes
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Assign all or part of disks to nodes. - Assign all or part of disks to nodes.

View file

@ -17,7 +17,7 @@ short_description: NetApp ONTAP Create, delete, modify DNS servers.
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create, delete, modify DNS servers. - Create, delete, modify DNS servers.
options: options:

View file

@ -17,7 +17,7 @@ short_description: NetApp ONTAP manage export-policy
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create or destroy or rename export-policies on ONTAP - Create or destroy or rename export-policies on ONTAP
options: options:

View file

@ -20,7 +20,7 @@ short_description: NetApp ONTAP manage export policy rules
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create or delete or modify export rules in ONTAP - Create or delete or modify export rules in ONTAP

View file

@ -17,7 +17,7 @@ short_description: NetApp ONTAP Start, Stop and Enable FCP services.
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Start, Stop and Enable FCP services. - Start, Stop and Enable FCP services.
options: options:

View file

@ -14,7 +14,7 @@ DOCUMENTATION = '''
module: na_ontap_firewall_policy module: na_ontap_firewall_policy
short_description: NetApp ONTAP Manage a firewall policy short_description: NetApp ONTAP Manage a firewall policy
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Manage a firewall policy for an Ontap Cluster - Manage a firewall policy for an Ontap Cluster
extends_documentation_fragment: extends_documentation_fragment:

View file

@ -12,7 +12,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = ''' DOCUMENTATION = '''
module: na_ontap_gather_facts module: na_ontap_gather_facts
author: Piotr Olczak (polczak@redhat.com) author: Piotr Olczak (@dprts) <polczak@redhat.com>
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
short_description: NetApp information gatherer short_description: NetApp information gatherer

View file

@ -21,7 +21,7 @@ short_description: NetApp ONTAP iSCSI igroup configuration
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- create, destroy or rename Igroups and add or remove initiator in igroups. - create, destroy or rename Igroups and add or remove initiator in igroups.

View file

@ -23,7 +23,7 @@ short_description: NetApp ONTAP LIF configuration
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Creating / deleting and modifying the LIF. - Creating / deleting and modifying the LIF.

View file

@ -21,7 +21,7 @@ short_description: NetApp ONTAP manage iSCSI service
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- create, delete, start, stop iSCSI service on SVM. - create, delete, start, stop iSCSI service on SVM.

View file

@ -18,7 +18,7 @@ short_description: NetApp ONTAP Job Schedule
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create/Delete/Modify_minute job-schedules on ONTAP - Create/Delete/Modify_minute job-schedules on ONTAP
options: options:

View file

@ -20,7 +20,7 @@ short_description: NetApp ONTAP protocol and feature licenses
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Add or remove licenses on NetApp ONTAP. - Add or remove licenses on NetApp ONTAP.

View file

@ -20,7 +20,7 @@ short_description: NetApp ONTAP manage LUNs
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create, destroy, resize LUNs on NetApp ONTAP. - Create, destroy, resize LUNs on NetApp ONTAP.

View file

@ -23,7 +23,7 @@ short_description: NetApp ONTAP LUN maps
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Map and unmap LUNs on NetApp ONTAP. - Map and unmap LUNs on NetApp ONTAP.

View file

@ -13,7 +13,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = ''' DOCUMENTATION = '''
module: na_ontap_motd module: na_ontap_motd
author: Piotr Olczak (polczak@redhat.com) author: Piotr Olczak (@dprts) <polczak@redhat.com>
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
short_description: Setup motd on cDOT short_description: Setup motd on cDOT

View file

@ -17,7 +17,7 @@ short_description: NetApp Ontap modify network interface group
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create, modify, destroy the network interface group - Create, modify, destroy the network interface group
options: options:

View file

@ -17,7 +17,7 @@ short_description: NetApp ONTAP network ports.
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Modify a ONTAP network port. - Modify a ONTAP network port.
options: options:

View file

@ -17,7 +17,7 @@ short_description: NetApp ONTAP network routes
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Modify ONTAP network routes. - Modify ONTAP network routes.
options: options:

View file

@ -16,7 +16,7 @@ short_description: NetApp ONTAP network VLAN
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create or Delete a network VLAN - Create or Delete a network VLAN
options: options:

View file

@ -18,7 +18,7 @@ short_description: NetApp ONTAP NFS status
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Enable or disable NFS on ONTAP - Enable or disable NFS on ONTAP
options: options:

View file

@ -17,7 +17,7 @@ short_description: NetApp ONTAP Rename a node.
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.7' version_added: '2.7'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Rename an ONTAP node. - Rename an ONTAP node.
options: options:

View file

@ -18,7 +18,7 @@ short_description: NetApp ONTAP NTP server
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create or delete or modify NTP server in ONTAP - Create or delete or modify NTP server in ONTAP
options: options:

View file

@ -20,7 +20,7 @@ short_description: NetApp ONTAP manage qtrees
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Create or destroy Qtrees. - Create or destroy Qtrees.

View file

@ -18,7 +18,7 @@ short_description: NetApp ONTAP service processor network
extends_documentation_fragment: extends_documentation_fragment:
- netapp.na_ontap - netapp.na_ontap
version_added: '2.6' version_added: '2.6'
author: NetApp Ansible Team (ng-ansibleteam@netapp.com) author: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>
description: description:
- Modify a ONTAP service processor network - Modify a ONTAP service processor network
options: options:

Some files were not shown because too many files have changed in this diff Show more