Fix some module author names (#55770)

* Fix some module author names

During some data analysis we noticed some typos in author lines.
This commit is contained in:
John R Barker 2019-04-26 16:11:35 +01:00 committed by GitHub
parent 9d5b5d7ddd
commit 52a1e4a599
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 44 additions and 39 deletions

6
.github/BOTMETA.yml vendored
View file

@ -42,6 +42,8 @@ files:
support: core
changelogs/fragments/:
support: community
$modules:
ignored: ryansb
$modules/cloud/amazon/:
ignored: erydo seiffert simplesteph nadirollo tedder
$modules/cloud/amazon/aws_api_gateway.py: willthames
@ -279,7 +281,7 @@ files:
labels:
- networking
- infoblox
$modules/net_tools/netbox/: fragmentedpacket
$modules/net_tools/netbox/: FragmentedPacket
$modules/network/a10/: ericchou1 mischapeters
$modules/network/aci/: &aci
keywords: [ aci, cisco msc, cisco mso, multisite, multi-site ]
@ -1483,7 +1485,7 @@ macros:
team_meraki: dagwieers kbreit
team_mysql: bmalynovytch bmildren michaelcoburn oneiroi tolland Xyon
team_netapp: hulquest lmprice ndswartz amit0701 schmots1 carchi8py lonico
team_netbox: sieben anthony25 fragmentedpacket nikkytub pilou-
team_netbox: sieben anthony25 FragmentedPacket nikkytub pilou-
team_netscaler: chiradeep giorgos-nikolopoulos
team_netvisor: Qalthos amitsi pdam preetiparasar csharpe-pn
team_networking: Qalthos ganeshrn rcarrillocruz trishnaguha gdpak justjais NilashishC

View file

@ -18,7 +18,7 @@ description:
- Lists or describes services in ecs.
version_added: "2.1"
author:
- "Mark Chance (@java1guy)"
- "Mark Chance (@Java1Guy)"
- "Darek Kaczynski (@kaczynskid)"
requirements: [ json, botocore, boto3 ]
options:

View file

@ -45,7 +45,7 @@ extends_documentation_fragment:
- docker.docker_py_1_documentation
author:
- Piotr Wojciechowski (@wojciechowskipiotr)
- Piotr Wojciechowski (@WojciechowskiPiotr)
requirements:
- "L(Docker SDK for Python,https://docker-py.readthedocs.io/en/stable/) >= 2.4.0"

View file

@ -25,7 +25,7 @@ description:
- Gather facts about your Hetzner Cloud datacenters.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:

View file

@ -25,7 +25,7 @@ description:
- Gather facts about your Hetzner Cloud Floating IPs.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:

View file

@ -26,7 +26,7 @@ description:
- Gather facts about your Hetzner Cloud images.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:

View file

@ -26,7 +26,7 @@ description:
- Gather facts about your Hetzner Cloud locations.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:

View file

@ -26,7 +26,7 @@ description:
- Create, update and manage cloud servers on the Hetzner Cloud.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:

View file

@ -26,7 +26,7 @@ description:
- Gather facts about your Hetzner Cloud servers.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:

View file

@ -26,7 +26,7 @@ description:
- Gather facts about your Hetzner Cloud server types.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:

View file

@ -26,7 +26,7 @@ description:
- Create, update and manage ssh keys on the Hetzner Cloud.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:

View file

@ -25,7 +25,7 @@ description:
- Gather facts about your Hetzner Cloud volumes.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:

View file

@ -26,7 +26,7 @@ description:
- Be careful while removing disk specified as this may lead to data loss.
version_added: 2.8
author:
- Abhijeet Kasurde (@akasurde) <akasurde@redhat.com>
- Abhijeet Kasurde (@Akasurde) <akasurde@redhat.com>
notes:
- Tested on vSphere 6.0 and 6.5
requirements:

View file

@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright: (c) 2018, Mikhail Yohman (@fragmentedpacket) <mikhail.yohman@gmail.com>
# Copyright: (c) 2018, Mikhail Yohman (@FragmentedPacket) <mikhail.yohman@gmail.com>
# 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

View file

@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright: (c) 2018, Mikhail Yohman (@fragmentedpacket) <mikhail.yohman@gmail.com>
# Copyright: (c) 2018, Mikhail Yohman (@FragmentedPacket) <mikhail.yohman@gmail.com>
# 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

View file

@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright: (c) 2018, Mikhail Yohman (@fragmentedpacket) <mikhail.yohman@gmail.com>
# Copyright: (c) 2018, Mikhail Yohman (@FragmentedPacket) <mikhail.yohman@gmail.com>
# 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

View file

@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright: (c) 2018, Mikhail Yohman (@fragmentedpacket) <mikhail.yohman@gmail.com>
# Copyright: (c) 2018, Mikhail Yohman (@FragmentedPacket) <mikhail.yohman@gmail.com>
# 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

View file

@ -23,7 +23,7 @@ short_description: Manage A10 Networks AX/SoftAX/Thunder/vThunder devices' serve
description:
- Manage SLB (Server Load Balancer) server objects on A10 Networks devices via aXAPIv2.
author:
- Eric Chou (@ericchou)
- Eric Chou (@ericchou1)
- Mischa Peters (@mischapeters)
notes:
- Requires A10 Networks aXAPI 2.1.

View file

@ -21,7 +21,8 @@ version_added: 2.3
short_description: Manage A10 Networks AX/SoftAX/Thunder/vThunder devices
description:
- Manage SLB (Server Load Balancer) server objects on A10 Networks devices via aXAPIv3.
author: "Eric Chou (@ericchou) based on previous work by Mischa Peters (@mischapeters)"
author:
- Eric Chou (@ericchou1)
extends_documentation_fragment:
- a10
- url

View file

@ -23,7 +23,7 @@ short_description: Manage A10 Networks AX/SoftAX/Thunder/vThunder devices' servi
description:
- Manage SLB (Server Load Balancing) service-group objects on A10 Networks devices via aXAPIv2.
author:
- Eric Chou (@ericchou)
- Eric Chou (@ericchou1)
- Mischa Peters (@mischapeters)
notes:
- Requires A10 Networks aXAPI 2.1.

View file

@ -22,7 +22,9 @@ version_added: 1.8
short_description: Manage A10 Networks AX/SoftAX/Thunder/vThunder devices' virtual servers.
description:
- Manage SLB (Server Load Balancing) virtual server objects on A10 Networks devices via aXAPIv2.
author: "Eric Chou (@ericchou) 2016, Mischa Peters (@mischapeters) 2014"
author:
- Eric Chou (@ericchou1)
- Mischa Peters (@mischapeters)
notes:
- Requires A10 Networks aXAPI 2.1.
extends_documentation_fragment:

View file

@ -15,7 +15,7 @@ DOCUMENTATION = """
---
module: cli_command
version_added: "2.7"
author: "Nathaniel Case (@qalthos)"
author: "Nathaniel Case (@Qalthos)"
short_description: Run a cli command on cli-based network devices
description:
- Sends a command to a network device and returns the result read from the device.

View file

@ -16,7 +16,7 @@ DOCUMENTATION = """
module: edgeos_config
version_added: "2.5"
author:
- "Nathaniel Case (@qalthos)"
- "Nathaniel Case (@Qalthos)"
- "Sam Doran (@samdoran)"
short_description: Manage EdgeOS configuration on remote device
description:

View file

@ -17,7 +17,7 @@ DOCUMENTATION = """
module: edgeos_facts
version_added: "2.5"
author:
- Nathaniel Case (@qalthos)
- Nathaniel Case (@Qalthos)
- Sam Doran (@samdoran)
short_description: Collect facts from remote devices running EdgeOS
description:

View file

@ -18,7 +18,7 @@ DOCUMENTATION = """
---
module: eos_bgp
version_added: "2.8"
author: "Nilashish Chakraborty (@nilashishc)"
author: "Nilashish Chakraborty (@NilashishC)"
short_description: Configure global BGP protocol settings on Arista EOS.
description:
- This module provides configuration management of global BGP parameters

View file

@ -18,7 +18,7 @@ DOCUMENTATION = """
---
module: frr_bgp
version_added: "2.8"
author: "Nilashish Chakraborty (@nilashishc)"
author: "Nilashish Chakraborty (@NilashishC)"
short_description: Configure global BGP settings on Free Range Routing(FRR).
description:
- This module provides configuration management of global BGP parameters

View file

@ -16,7 +16,7 @@ DOCUMENTATION = """
---
module: frr_facts
version_added: "2.8"
author: "Nilashish Chakraborty (@nilashishc)"
author: "Nilashish Chakraborty (@NilashishC)"
short_description: Collect facts from remote devices running Free Range Routing (FRR).
description:
- Collects a base set of device facts from a remote device that

View file

@ -18,7 +18,7 @@ DOCUMENTATION = """
---
module: ios_bgp
version_added: "2.8"
author: "Nilashish Chakraborty (@nilashishc)"
author: "Nilashish Chakraborty (@NilashishC)"
short_description: Configure global BGP protocol settings on Cisco IOS.
description:
- This module provides configuration management of global BGP parameters

View file

@ -22,7 +22,7 @@ description:
- This module provides declarative management of Layer-2 interfaces on
Cisco IOS devices.
author:
- Nathaniel Case (@qalthos)
- Nathaniel Case (@Qalthos)
options:
name:
description:

View file

@ -18,7 +18,7 @@ DOCUMENTATION = """
---
module: iosxr_bgp
version_added: "2.8"
author: "Nilashish Chakraborty (@nilashishc)"
author: "Nilashish Chakraborty (@NilashishC)"
short_description: Configure global BGP protocol settings on Cisco IOS-XR
description:
- This module provides configuration management of global BGP parameters

View file

@ -17,7 +17,7 @@ DOCUMENTATION = """
---
module: junos_facts
version_added: "2.1"
author: "Nathaniel Case (@qalthos)"
author: "Nathaniel Case (@Qalthos)"
short_description: Collect facts from remote devices running Juniper Junos
description:
- Collects fact information from a remote device running the Junos

View file

@ -22,7 +22,7 @@ description:
- For Windows targets, use the M(win_ping) module instead.
- For targets running Python, use the M(ping) module instead.
author:
- Nilashish Chakraborty (@nilashishc)
- Nilashish Chakraborty (@NilashishC)
version_added: '2.8'
options:
dest:

View file

@ -25,7 +25,7 @@ DOCUMENTATION = """
---
module: vyos_command
version_added: "2.2"
author: "Nathaniel Case (@qalthos)"
author: "Nathaniel Case (@Qalthos)"
short_description: Run one or more commands on VyOS devices
description:
- The command module allows running one or more commands on remote

View file

@ -25,7 +25,7 @@ DOCUMENTATION = """
---
module: vyos_config
version_added: "2.2"
author: "Nathaniel Case (@qalthos)"
author: "Nathaniel Case (@Qalthos)"
short_description: Manage VyOS configuration on remote device
description:
- This module provides configuration file management of VyOS

View file

@ -24,7 +24,7 @@ DOCUMENTATION = """
---
module: vyos_facts
version_added: "2.2"
author: "Nathaniel Case (@qalthos)"
author: "Nathaniel Case (@Qalthos)"
short_description: Collect facts from remote devices running VyOS
description:
- Collects a base set of device facts from a remote device that

View file

@ -37,7 +37,7 @@ description:
- For Windows targets, use the M(win_ping) module instead.
- For targets running Python, use the M(ping) module instead.
author:
- Nilashish Chakraborty (@nilashishc)
- Nilashish Chakraborty (@NilashishC)
version_added: '2.8'
options:
dest:

View file

@ -26,7 +26,7 @@ DOCUMENTATION = """
---
module: "vyos_system"
version_added: "2.3"
author: "Nathaniel Case (@qalthos)"
author: "Nathaniel Case (@Qalthos)"
short_description: Run `set system` commands on VyOS devices
description:
- Runs one or more commands on remote devices running VyOS.

View file

@ -26,7 +26,7 @@ options:
partial version like I(requests>2) are all valid specifications.
author:
- Will Thames (@willthames)
- Ryan Scott Brown (@ryan_sb)
- Ryan Scott Brown (@ryansb)
'''
EXAMPLES = '''