Bulk fix DOCUMENTATION.author (Part 1) (#48934)
* Bulk fix DOCUMENTATION.author
This commit is contained in:
parent
9c71f176f3
commit
3fcc564bbb
157 changed files with 171 additions and 164 deletions
|
@ -21,8 +21,8 @@ description:
|
|||
- Creates, updates or removes a Scaling Policy
|
||||
version_added: "2.5"
|
||||
author:
|
||||
- Gustavo Maia(@gurumaia)
|
||||
- Chen Leibovich(@chenl87)
|
||||
- Gustavo Maia (@gurumaia)
|
||||
- Chen Leibovich (@chenl87)
|
||||
requirements: [ json, botocore, boto3 ]
|
||||
options:
|
||||
policy_name:
|
||||
|
|
|
@ -14,7 +14,7 @@ short_description: Gather facts about availability zones in AWS.
|
|||
description:
|
||||
- Gather facts about availability zones in AWS.
|
||||
version_added: '2.5'
|
||||
author: 'Henrique Rodrigues (github.com/Sodki)'
|
||||
author: 'Henrique Rodrigues (@Sodki)'
|
||||
options:
|
||||
filters:
|
||||
description:
|
||||
|
|
|
@ -13,7 +13,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
|
||||
DOCUMENTATION = '''
|
||||
module: aws_direct_connect_gateway
|
||||
author: Gobin Sougrakpam (gobins@github)
|
||||
author: Gobin Sougrakpam (@gobins)
|
||||
version_added: "2.5"
|
||||
short_description: Manage AWS Direct Connect Gateway.
|
||||
description:
|
||||
|
|
|
@ -14,7 +14,7 @@ short_description: Gather facts about AWS regions.
|
|||
description:
|
||||
- Gather facts about AWS regions.
|
||||
version_added: '2.5'
|
||||
author: 'Henrique Rodrigues (github.com/Sodki)'
|
||||
author: 'Henrique Rodrigues (@Sodki)'
|
||||
options:
|
||||
filters:
|
||||
description:
|
||||
|
|
|
@ -21,7 +21,7 @@ description:
|
|||
- Create or delete log_group in CloudWatchLogs.
|
||||
version_added: "2.5"
|
||||
author:
|
||||
- Willian Ricardo(@willricardo) <willricardo@gmail.com>
|
||||
- Willian Ricardo (@willricardo) <willricardo@gmail.com>
|
||||
requirements: [ json, botocore, boto3 ]
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -17,7 +17,7 @@ short_description: get facts about log_group in CloudWatchLogs
|
|||
description: Lists the specified log groups. You can list all your log groups or filter the results by prefix.
|
||||
version_added: "2.5"
|
||||
author:
|
||||
- Willian Ricardo(@willricardo) <willricardo@gmail.com>
|
||||
- Willian Ricardo (@willricardo) <willricardo@gmail.com>
|
||||
requirements: [ botocore, boto3 ]
|
||||
options:
|
||||
log_group_name:
|
||||
|
|
|
@ -16,8 +16,8 @@ DOCUMENTATION = '''
|
|||
module: data_pipeline
|
||||
version_added: "2.4"
|
||||
author:
|
||||
- Raghu Udiyar <raghusiddarth@gmail.com> (@raags)
|
||||
- Sloane Hertel <shertel@redhat.com>
|
||||
- Raghu Udiyar (@raags) <raghusiddarth@gmail.com>
|
||||
- Sloane Hertel (@s-hertel) <shertel@redhat.com>
|
||||
requirements: [ "boto3" ]
|
||||
short_description: Create and manage AWS Datapipelines
|
||||
extends_documentation_fragment:
|
||||
|
|
|
@ -212,7 +212,7 @@ options:
|
|||
author:
|
||||
- "Tim Gerla (@tgerla)"
|
||||
- "Lester Wade (@lwade)"
|
||||
- "Seth Vidal"
|
||||
- "Seth Vidal (@skvidal)"
|
||||
extends_documentation_fragment: aws
|
||||
'''
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ version_added: '2.5'
|
|||
short_description: Gather facts about ec2 AMIs
|
||||
description: Gather facts about ec2 AMIs
|
||||
author:
|
||||
- Prasad Katti, @prasadkatti
|
||||
- Prasad Katti (@prasadkatti)
|
||||
requirements: [ boto3 ]
|
||||
options:
|
||||
image_ids:
|
||||
|
|
|
@ -14,7 +14,7 @@ description:
|
|||
- Gather facts about customer gateways in AWS
|
||||
version_added: "2.5"
|
||||
requirements: [ boto3 ]
|
||||
author: Madhura Naniwadekar(@Madhura-CSI)
|
||||
author: Madhura Naniwadekar (@Madhura-CSI)
|
||||
options:
|
||||
filters:
|
||||
description:
|
||||
|
|
|
@ -26,7 +26,7 @@ description:
|
|||
- Gather facts about EC2 Elastic Load Balancers in AWS
|
||||
version_added: "2.0"
|
||||
author:
|
||||
- "Michael Schultz (github.com/mjschultz)"
|
||||
- "Michael Schultz (@mjschultz)"
|
||||
- "Fernando Jose Pando (@nand0p)"
|
||||
options:
|
||||
names:
|
||||
|
|
|
@ -18,7 +18,7 @@ description:
|
|||
- Create and manage AWS EC2 instance
|
||||
version_added: "2.5"
|
||||
author:
|
||||
- Ryan Scott Brown, @ryansb
|
||||
- Ryan Scott Brown (@ryansb)
|
||||
requirements: [ "boto3", "botocore" ]
|
||||
options:
|
||||
instance_ids:
|
||||
|
|
|
@ -16,7 +16,7 @@ description:
|
|||
- Gather facts about VPN Connections in AWS.
|
||||
version_added: "2.6"
|
||||
requirements: [ boto3 ]
|
||||
author: Madhura Naniwadekar(@Madhura-CSI)
|
||||
author: Madhura Naniwadekar (@Madhura-CSI)
|
||||
options:
|
||||
filters:
|
||||
description:
|
||||
|
|
|
@ -26,7 +26,7 @@ description:
|
|||
- Gather facts about EC2 Elastic Load Balancers in AWS
|
||||
version_added: "2.0"
|
||||
author:
|
||||
- "Michael Schultz (github.com/mjschultz)"
|
||||
- "Michael Schultz (@mjschultz)"
|
||||
- "Fernando Jose Pando (@nand0p)"
|
||||
options:
|
||||
names:
|
||||
|
|
|
@ -68,7 +68,7 @@ options:
|
|||
|
||||
|
||||
requirements: [ "boto" ]
|
||||
author: Jonathan I. Davila
|
||||
author: Jonathan I. Davila (@defionscode)
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
- ec2
|
||||
|
|
|
@ -13,7 +13,7 @@ short_description: Manage AWS IAM users
|
|||
description:
|
||||
- Manage AWS IAM users
|
||||
version_added: "2.5"
|
||||
author: Josh Souza, @joshsouza
|
||||
author: Josh Souza (@joshsouza)
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -66,7 +66,7 @@ extends_documentation_fragment:
|
|||
- azure_tags
|
||||
|
||||
author:
|
||||
- "Yunge Zhu(@yungezz)"
|
||||
- "Yunge Zhu (@yungezz)"
|
||||
|
||||
'''
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ extends_documentation_fragment:
|
|||
- azure_tags
|
||||
|
||||
author:
|
||||
- "Ozi Boms @ozboms"
|
||||
- "Ozi Boms (@ozboms)"
|
||||
|
||||
'''
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ extends_documentation_fragment:
|
|||
- azure_tags
|
||||
|
||||
author:
|
||||
- "Obezimnaka Boms @ozboms"
|
||||
- "Obezimnaka Boms (@ozboms)"
|
||||
|
||||
'''
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ extends_documentation_fragment:
|
|||
- azure
|
||||
|
||||
author:
|
||||
- "Madhura Naniwadekar(@Madhura-CSI)"
|
||||
- "Madhura Naniwadekar (@Madhura-CSI)"
|
||||
'''
|
||||
|
||||
|
||||
|
|
|
@ -182,7 +182,7 @@ extends_documentation_fragment:
|
|||
- azure_tags
|
||||
|
||||
author:
|
||||
- "Yunge Zhu(@yungezz)"
|
||||
- "Yunge Zhu (@yungezz)"
|
||||
|
||||
'''
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ short_description: Manages disk offerings on Apache CloudStack based clouds.
|
|||
version_added: "2.7"
|
||||
author:
|
||||
- "David Passante (@dpassante)"
|
||||
- "René Moser(@resmo)"
|
||||
- "René Moser (@resmo)"
|
||||
options:
|
||||
disk_size:
|
||||
description:
|
||||
|
|
|
@ -59,7 +59,7 @@ notes:
|
|||
- If snapshot_id is used, region and block_size will be ignored and changed to null.
|
||||
|
||||
author:
|
||||
- "Harnek Sidhu (github: @harneksidhu)"
|
||||
- "Harnek Sidhu (@harneksidhu)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -158,7 +158,9 @@ requirements:
|
|||
notes:
|
||||
- Either I(instance_names) or I(name) is required.
|
||||
- JSON credentials strongly preferred.
|
||||
author: "Eric Johnson (@erjohnso) <erjohnso@google.com>, Tom Melendez (@supertom) <supertom@google.com>"
|
||||
author:
|
||||
- Eric Johnson (@erjohnso) <erjohnso@google.com>
|
||||
- Tom Melendez (@supertom) <supertom@google.com>
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -63,7 +63,7 @@ options:
|
|||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "apache-libcloud"
|
||||
author: "Tom Melendez (supertom)"
|
||||
author: "Tom Melendez (@supertom)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -16,7 +16,7 @@ DOCUMENTATION = '''
|
|||
module: helm
|
||||
short_description: Manages Kubernetes packages with the Helm package manager
|
||||
version_added: "2.4"
|
||||
author: "Flavio Percoco (flaper87)"
|
||||
author: "Flavio Percoco (@flaper87)"
|
||||
description:
|
||||
- Install, upgrade, delete and list packages with the Helm package manager.
|
||||
requirements:
|
||||
|
|
|
@ -106,7 +106,7 @@ options:
|
|||
notes:
|
||||
- To just run a `terraform plan`, use check mode.
|
||||
requirements: [ "terraform" ]
|
||||
author: "Ryan Scott Brown @ryansb"
|
||||
author: "Ryan Scott Brown (@ryansb)"
|
||||
'''
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -55,7 +55,7 @@ requirements:
|
|||
author:
|
||||
- Ansible Core Team
|
||||
- Michael DeHaan
|
||||
- Seth Vidal
|
||||
- Seth Vidal (@skvidal)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -21,7 +21,7 @@ description:
|
|||
- Reads data out of XenAPI, can be used instead of multiple xe commands.
|
||||
author:
|
||||
- Andy Hill (@andyhky)
|
||||
- Tim Rupp
|
||||
- Tim Rupp (@caphrim007)
|
||||
- Robin Lee (@cheese)
|
||||
options: {}
|
||||
'''
|
||||
|
|
|
@ -17,7 +17,7 @@ module: os_quota
|
|||
short_description: Manage OpenStack Quotas
|
||||
extends_documentation_fragment: openstack
|
||||
version_added: "2.3"
|
||||
author: "Michael Gale (gale.michael@gmail.com)"
|
||||
author: "Michael Gale (@mgale) <gale.michael@gmail.com>"
|
||||
description:
|
||||
- Manage OpenStack Quotas. Quotas can be created,
|
||||
updated or deleted using this module. A quota will be updated
|
||||
|
|
|
@ -20,7 +20,9 @@ module: os_stack
|
|||
short_description: Add/Remove Heat Stack
|
||||
extends_documentation_fragment: openstack
|
||||
version_added: "2.2"
|
||||
author: "Mathieu Bultel (matbu), Steve Baker (steveb)"
|
||||
author:
|
||||
- "Mathieu Bultel (@matbu)"
|
||||
- "Steve Baker (@steveb)"
|
||||
description:
|
||||
- Add or Remove a Stack to an OpenStack Heat
|
||||
options:
|
||||
|
|
|
@ -29,8 +29,8 @@ version_added: "2.3"
|
|||
|
||||
author:
|
||||
- Tomas Karasek (@t0mk) <tom.to.the.k@gmail.com>
|
||||
- Matt Baldwin <baldwin@stackpointcloud.com>
|
||||
- Thibaud Morel l'Horset <teebes@gmail.com>
|
||||
- Matt Baldwin (@baldwinSPC) <baldwin@stackpointcloud.com>
|
||||
- Thibaud Morel l'Horset (@teebes) <teebes@gmail.com>
|
||||
|
||||
options:
|
||||
auth_token:
|
||||
|
|
|
@ -117,7 +117,7 @@ options:
|
|||
requirements:
|
||||
- "profitbricks"
|
||||
- "python >= 2.6"
|
||||
author: Matt Baldwin (baldwin@stackpointcloud.com)
|
||||
author: Matt Baldwin (@baldwinSPC) <baldwin@stackpointcloud.com>
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -60,7 +60,7 @@ options:
|
|||
choices: [ "present", "absent" ]
|
||||
|
||||
requirements: [ "profitbricks" ]
|
||||
author: Matt Baldwin (baldwin@stackpointcloud.com)
|
||||
author: Matt Baldwin (@baldwinSPC) <baldwin@stackpointcloud.com>
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -61,7 +61,7 @@ options:
|
|||
choices: ["present", "absent"]
|
||||
|
||||
requirements: [ "profitbricks" ]
|
||||
author: Matt Baldwin (baldwin@stackpointcloud.com)
|
||||
author: Matt Baldwin (@baldwinSPC) <baldwin@stackpointcloud.com>
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -104,7 +104,7 @@ options:
|
|||
choices: ["present", "absent"]
|
||||
|
||||
requirements: [ "profitbricks" ]
|
||||
author: Matt Baldwin (baldwin@stackpointcloud.com)
|
||||
author: Matt Baldwin (@baldwinSPC) <baldwin@stackpointcloud.com>
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -57,7 +57,7 @@ options:
|
|||
choices: ["present", "absent"]
|
||||
|
||||
requirements: [ "profitbricks" ]
|
||||
author: Matt Baldwin (baldwin@stackpointcloud.com)
|
||||
author: Matt Baldwin (@baldwinSPC) <baldwin@stackpointcloud.com>
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -21,7 +21,7 @@ description:
|
|||
- Find the folder path(s) for a virtual machine by name or UUID
|
||||
version_added: 2.4
|
||||
author:
|
||||
- Abhijeet Kasurde <akasurde@redhat.com>
|
||||
- Abhijeet Kasurde (@Akasurde) <akasurde@redhat.com>
|
||||
notes:
|
||||
- Tested on vSphere 6.5
|
||||
requirements:
|
||||
|
|
|
@ -17,7 +17,7 @@ DOCUMENTATION = '''
|
|||
module: tempfile
|
||||
version_added: "2.3"
|
||||
author:
|
||||
- Krzysztof Magosa
|
||||
- Krzysztof Magosa (@krzysztof-magosa)
|
||||
short_description: Creates temporary files and directories.
|
||||
description:
|
||||
- The C(tempfile) module creates temporary files and directories. C(mktemp) command takes different parameters on various systems, this module helps
|
||||
|
|
|
@ -14,7 +14,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipa_service
|
||||
author: Cédric Parent
|
||||
author: Cédric Parent (@cprh)
|
||||
short_description: Manage FreeIPA service
|
||||
description:
|
||||
- Add and delete an IPA service using IPA API
|
||||
|
|
|
@ -41,7 +41,7 @@ notes:
|
|||
because you can now have multiple sources. An example was added that shows how to partially restore the previous behaviour.
|
||||
author:
|
||||
- "Ansible Core Team"
|
||||
- "Seth Vidal"
|
||||
- "Seth Vidal (@skvidal)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: rabbitmq_vhost_limits
|
||||
author: '"Hiroyuki Matsuo (@h-matsuo)"'
|
||||
author: Hiroyuki Matsuo (@h-matsuo)
|
||||
version_added: "2.8"
|
||||
|
||||
short_description: Manage the state of virtual host limits in RabbitMQ
|
||||
|
|
|
@ -22,7 +22,7 @@ description:
|
|||
- Delete existing host groups if they exist.
|
||||
version_added: "1.8"
|
||||
author:
|
||||
- "(@cove)"
|
||||
- "Cove (@cove)"
|
||||
- "Tony Minfei Ding"
|
||||
- "Harrison Gu (@harrisongu)"
|
||||
requirements:
|
||||
|
|
|
@ -29,7 +29,7 @@ description:
|
|||
- This module allows you to search for Zabbix hostgroup entries.
|
||||
version_added: "2.6"
|
||||
author:
|
||||
- "(@redwhitemiko)"
|
||||
- "Michael Miko (@redwhitemiko)"
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- zabbix-api
|
||||
|
|
|
@ -21,7 +21,7 @@ description:
|
|||
- This module allows you to create, modify and delete Zabbix host entries and associated group and template data.
|
||||
version_added: "2.0"
|
||||
author:
|
||||
- "(@cove)"
|
||||
- "Cove (@cove)"
|
||||
- Tony Minfei Ding
|
||||
- Harrison Gu (@harrisongu)
|
||||
- Werner Dijkerman (@dj-wasabi)
|
||||
|
|
|
@ -30,7 +30,7 @@ description:
|
|||
- This module allows you to search for Zabbix host entries.
|
||||
version_added: "2.7"
|
||||
author:
|
||||
- "(@redwhitemiko)"
|
||||
- "Michael Miko (@redwhitemiko)"
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- zabbix-api
|
||||
|
|
|
@ -33,7 +33,7 @@ description:
|
|||
- create/delete/dump zabbix template
|
||||
version_added: "2.5"
|
||||
author:
|
||||
- "@sookido"
|
||||
- "sookido (@sookido)"
|
||||
- "Logan Vig (@logan2211)"
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
|
|
|
@ -26,7 +26,7 @@ description:
|
|||
- "Manage Infinity IPAM using REST API"
|
||||
version_added: "2.4"
|
||||
author:
|
||||
- "Meirong Liu"
|
||||
- "Meirong Liu (@MeganLiu)"
|
||||
options:
|
||||
server_ip:
|
||||
description:
|
||||
|
|
|
@ -14,7 +14,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: nios_ptr_record
|
||||
version_added: "2.7"
|
||||
author: "Trebuchet Clement"
|
||||
author: "Trebuchet Clement (@clementtrebuchet)"
|
||||
short_description: Configure Infoblox NIOS PTR records
|
||||
description:
|
||||
- Adds and/or removes instances of PTR record objects from
|
||||
|
|
|
@ -14,7 +14,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: nios_txt_record
|
||||
version_added: "2.7"
|
||||
author: "Corey Wanless"
|
||||
author: "Corey Wanless (@coreywan)"
|
||||
short_description: Configure Infoblox NIOS txt records
|
||||
description:
|
||||
- Adds and/or removes instances of txt record objects from
|
||||
|
|
|
@ -22,7 +22,9 @@ version_added: 1.8
|
|||
short_description: Manage A10 Networks AX/SoftAX/Thunder/vThunder devices' server object.
|
||||
description:
|
||||
- Manage SLB (Server Load Balancer) server objects on A10 Networks devices via aXAPIv2.
|
||||
author: "Eric Chou (@ericchou) 2016, Mischa Peters (@mischapeters) 2014"
|
||||
author:
|
||||
- Eric Chou (@ericchou)
|
||||
- Mischa Peters (@mischapeters)
|
||||
notes:
|
||||
- Requires A10 Networks aXAPI 2.1.
|
||||
extends_documentation_fragment:
|
||||
|
|
|
@ -22,7 +22,9 @@ version_added: 1.8
|
|||
short_description: Manage A10 Networks AX/SoftAX/Thunder/vThunder devices' service groups.
|
||||
description:
|
||||
- Manage SLB (Server Load Balancing) service-group objects on A10 Networks devices via aXAPIv2.
|
||||
author: "Eric Chou (@ericchou) 2016, Mischa Peters (@mischapeters) 2014"
|
||||
author:
|
||||
- Eric Chou (@ericchou)
|
||||
- Mischa Peters (@mischapeters)
|
||||
notes:
|
||||
- Requires A10 Networks aXAPI 2.1.
|
||||
- When a server doesn't exist and is added to the service-group the server will be created.
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_actiongroupconfig
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of ActionGroupConfig Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_alertconfig
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of AlertConfig Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_alertemailconfig
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of AlertEmailConfig Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_alertscriptconfig
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of AlertScriptConfig Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_alertsyslogconfig
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of AlertSyslogConfig Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_analyticsprofile
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of AnalyticsProfile Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -19,7 +19,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_api_session
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Avi API Module
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_applicationpersistenceprofile
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of ApplicationPersistenceProfile Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_applicationprofile
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of ApplicationProfile Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_authprofile
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of AuthProfile Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_autoscalelaunchconfig
|
||||
author: Chaitanya Deshpande (chaitanya.deshpande@avinetworks.com)
|
||||
author: Chaitanya Deshpande (@chaitanyaavi) <chaitanya.deshpande@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of AutoScaleLaunchConfig Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_backup
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of Backup Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_backupconfiguration
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of BackupConfiguration Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_certificatemanagementprofile
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of CertificateManagementProfile Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_cloud
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of Cloud Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_cloudconnectoruser
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of CloudConnectorUser Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_cloudproperties
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of CloudProperties Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_cluster
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of Cluster Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_clusterclouddetails
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of ClusterCloudDetails Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_controllerproperties
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of ControllerProperties Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_customipamdnsprofile
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of CustomIpamDnsProfile Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_dnspolicy
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of DnsPolicy Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_errorpagebody
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of ErrorPageBody Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_errorpageprofile
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of ErrorPageProfile Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_gslb
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of Gslb Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -30,7 +30,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_gslbapplicationpersistenceprofile
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of GslbApplicationPersistenceProfile Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_gslbgeodbprofile
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of GslbGeoDbProfile Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -30,7 +30,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_gslbhealthmonitor
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of GslbHealthMonitor Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_gslbservice
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of GslbService Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -19,7 +19,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_gslbservice_patch_member
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Avi API Module
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_hardwaresecuritymodulegroup
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of HardwareSecurityModuleGroup Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_healthmonitor
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of HealthMonitor Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_httppolicyset
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of HTTPPolicySet Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_ipaddrgroup
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of IpAddrGroup Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_ipamdnsproviderprofile
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of IpamDnsProviderProfile Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_l4policyset
|
||||
author: Chaitanya Deshpande (chaitanya.deshpande@avinetworks.com)
|
||||
author: Chaitanya Deshpande (@chaitanyaavi) <chaitanya.deshpande@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of L4PolicySet Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_microservicegroup
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of MicroServiceGroup Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_network
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of Network Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_networkprofile
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of NetworkProfile Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_networksecuritypolicy
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of NetworkSecurityPolicy Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_pkiprofile
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of PKIProfile Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_pool
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of Pool Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_poolgroup
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of PoolGroup Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_poolgroupdeploymentpolicy
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of PoolGroupDeploymentPolicy Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_prioritylabels
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of PriorityLabels Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_role
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of Role Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_scheduler
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of Scheduler Avi RESTful Object
|
||||
description:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: avi_seproperties
|
||||
author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
author: Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>
|
||||
|
||||
short_description: Module for setup of SeProperties Avi RESTful Object
|
||||
description:
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue