mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user