Skip to content

Commit

Permalink
Fix some module author names (ansible#55770)
Browse files Browse the repository at this point in the history
* Fix some module author names

During some data analysis we noticed some typos in author lines.
  • Loading branch information
gundalow authored Apr 26, 2019
1 parent 9d5b5d7 commit 52a1e4a
Show file tree
Hide file tree
Showing 38 changed files with 44 additions and 39 deletions.
6 changes: 4 additions & 2 deletions .github/BOTMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ]
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ecs_service_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- 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:
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/docker/docker_node_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
- 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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- Gather facts about your Hetzner Cloud datacenters.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- Gather facts about your Hetzner Cloud Floating IPs.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/hcloud/hcloud_image_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- Gather facts about your Hetzner Cloud images.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/hcloud/hcloud_location_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- Gather facts about your Hetzner Cloud locations.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/hcloud/hcloud_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- Create, update and manage cloud servers on the Hetzner Cloud.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/hcloud/hcloud_server_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- Gather facts about your Hetzner Cloud servers.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- Gather facts about your Hetzner Cloud server types.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/hcloud/hcloud_ssh_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- Create, update and manage ssh keys on the Hetzner Cloud.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/hcloud/hcloud_volume_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- Gather facts about your Hetzner Cloud volumes.
author:
- Lukas Kaemmerling (@lkaemmerling)
- Lukas Kaemmerling (@LKaemmerling)
options:
id:
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/vmware/vmware_guest_disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- Be careful while removing disk specified as this may lead to data loss.
version_added: 2.8
author:
- Abhijeet Kasurde (@akasurde) <[email protected]>
- Abhijeet Kasurde (@Akasurde) <[email protected]>
notes:
- Tested on vSphere 6.0 and 6.5
requirements:
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/net_tools/netbox/netbox_interface.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright: (c) 2018, Mikhail Yohman (@fragmentedpacket) <[email protected]>
# Copyright: (c) 2018, Mikhail Yohman (@FragmentedPacket) <[email protected]>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import absolute_import, division, print_function
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/net_tools/netbox/netbox_ip_address.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright: (c) 2018, Mikhail Yohman (@fragmentedpacket) <[email protected]>
# Copyright: (c) 2018, Mikhail Yohman (@FragmentedPacket) <[email protected]>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import absolute_import, division, print_function
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/net_tools/netbox/netbox_prefix.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright: (c) 2018, Mikhail Yohman (@fragmentedpacket) <[email protected]>
# Copyright: (c) 2018, Mikhail Yohman (@FragmentedPacket) <[email protected]>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import absolute_import, division, print_function
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/net_tools/netbox/netbox_site.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright: (c) 2018, Mikhail Yohman (@fragmentedpacket) <[email protected]>
# Copyright: (c) 2018, Mikhail Yohman (@FragmentedPacket) <[email protected]>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import absolute_import, division, print_function
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/a10/a10_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
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.
Expand Down
3 changes: 2 additions & 1 deletion lib/ansible/modules/network/a10/a10_server_axapi3.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
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
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/a10/a10_service_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
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.
Expand Down
4 changes: 3 additions & 1 deletion lib/ansible/modules/network/a10/a10_virtual_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
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:
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/cli/cli_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
---
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.
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/edgeos/edgeos_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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:
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/edgeos/edgeos_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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:
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/eos/eos_bgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
---
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
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/frr/frr_bgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
---
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
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/frr/frr_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
---
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
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/ios/ios_bgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
---
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
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/ios/ios_l2_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- This module provides declarative management of Layer-2 interfaces on
Cisco IOS devices.
author:
- Nathaniel Case (@qalthos)
- Nathaniel Case (@Qalthos)
options:
name:
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/iosxr/iosxr_bgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
---
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
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/junos/junos_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
---
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
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/junos/junos_ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- 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:
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/vyos/vyos_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
---
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
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/vyos/vyos_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
---
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
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/vyos/vyos_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
---
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
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/vyos/vyos_ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- 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:
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/vyos/vyos_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
---
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.
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/system/python_requirements_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
partial version like I(requests>2) are all valid specifications.
author:
- Will Thames (@willthames)
- Ryan Scott Brown (@ryan_sb)
- Ryan Scott Brown (@ryansb)
'''

EXAMPLES = '''
Expand Down

0 comments on commit 52a1e4a

Please sign in to comment.