BOTMETA.yml and module metadata: fix case authors (#46051)

* botmeta: fix GitHub ID case

* module authors: fix GitHub ID case

* replace CloudEngine-Ansible by submitter GitHub ID
pull/4420/head
Pilou 2018-11-19 12:47:14 +01:00 committed by John R Barker
parent 690b990fb5
commit 7f98a8db12
79 changed files with 85 additions and 85 deletions

14
.github/BOTMETA.yml vendored
View File

@ -127,7 +127,7 @@ files:
ignored: sivel angstwad ignored: sivel angstwad
$modules/cloud/scaleway/scaleway_volume.py: $modules/cloud/scaleway/scaleway_volume.py:
ignored: hekonsek ignored: hekonsek
$modules/cloud/univention/: 2-B $modules/cloud/univention/: 2-b
$modules/cloud/vmware/: $modules/cloud/vmware/:
maintainers: $team_vmware maintainers: $team_vmware
ignored: jcpowermac mtnbikenc ignored: jcpowermac mtnbikenc
@ -216,7 +216,7 @@ files:
$modules/network/cumulus/: $team_cumulus $modules/network/cumulus/: $team_cumulus
$modules/network/dellos10/: skg-net $modules/network/dellos10/: skg-net
$modules/network/dellos6/: abirami-n skg-net $modules/network/dellos6/: abirami-n skg-net
$modules/network/dellos9/: dhivyap skg-net $modules/network/dellos9/: Dhivyap skg-net
$modules/network/edgeos/: samdoran $modules/network/edgeos/: samdoran
$modules/network/enos/: amuraleedhar $modules/network/enos/: amuraleedhar
$modules/network/eos/: trishnaguha $modules/network/eos/: trishnaguha
@ -270,7 +270,7 @@ files:
$modules/packaging/language/npm.py: $modules/packaging/language/npm.py:
ignored: chrishoffman ignored: chrishoffman
maintainers: shane-walker xcambar maintainers: shane-walker xcambar
$modules/packaging/language/pip.py: lujeni webknjaz $modules/packaging/language/pip.py: Lujeni webknjaz
$modules/packaging/os/apk.py: $modules/packaging/os/apk.py:
ignored: kbrebanov ignored: kbrebanov
maintainers: tdtrask maintainers: tdtrask
@ -1133,7 +1133,7 @@ macros:
team_extreme: bigmstone LindsayHill team_extreme: bigmstone LindsayHill
team_ipa: Nosmoht Akasurde fxfitz team_ipa: Nosmoht Akasurde fxfitz
team_jboss: jairojunior wbrefvem Wolfant team_jboss: jairojunior wbrefvem Wolfant
team_linode: intheclouddan lwm displague rmcintosh team_linode: InTheCloudDan lwm displague rmcintosh
team_manageiq: gtanzillo abellotti zgalor yaacov cben team_manageiq: gtanzillo abellotti zgalor yaacov cben
team_meraki: dagwieers kbreit team_meraki: dagwieers kbreit
team_netapp: hulquest lmprice ndswartz amit0701 schmots1 carchi8py lonico team_netapp: hulquest lmprice ndswartz amit0701 schmots1 carchi8py lonico
@ -1144,13 +1144,13 @@ macros:
team_nso: cmoberg cnasten tbjurman team_nso: cmoberg cnasten tbjurman
team_nxos: mikewiebe rahushen rcarrillocruz trishnaguha tstoner team_nxos: mikewiebe rahushen rcarrillocruz trishnaguha tstoner
team_onyx: anasbadaha samerd team_onyx: anasbadaha samerd
team_openstack: emonty juliakreger rcarrillocruz shrews dagnello mnaser odyssey4me evrardjp cloudnull team_openstack: emonty juliakreger rcarrillocruz Shrews dagnello mnaser odyssey4me evrardjp cloudnull
team_openswitch: Qalthos gdpak team_openswitch: Qalthos gdpak
team_purestorage: sdodsley sile16 lionmax genegr raekins bannaych team_purestorage: sdodsley sile16 lionmax genegr raekins bannaych
team_rabbitmq: chrishoffman manuel-sousa hyperized team_rabbitmq: chrishoffman manuel-sousa hyperized
team_redfish: jose-delarosa mraineri tomasg2012 billdodd team_redfish: jose-delarosa mraineri tomasg2012 billdodd
team_rhn: alikins barnabycourt flossware vritant team_rhn: alikins barnabycourt FlossWare vritant
team_scaleway: sieben Spredzy abarbare anthony25 pilou- team_scaleway: sieben Spredzy abarbare Anthony25 pilou-
team_tower: ghjm jlaska matburt wwitzel3 simfarm ryanpetrello rooftopcellist AlanCoding team_tower: ghjm jlaska matburt wwitzel3 simfarm ryanpetrello rooftopcellist AlanCoding
team_ucs: dsoper2 johnamcdonough SDBrett vallard vvb dagwieers team_ucs: dsoper2 johnamcdonough SDBrett vallard vvb dagwieers
team_e_spirit: MatrixCrawler getjack team_e_spirit: MatrixCrawler getjack

View File

@ -18,7 +18,7 @@ description:
- Can create or delete AWS metric alarms. - Can create or delete AWS metric alarms.
- Metrics you wish to alarm on must already exist. - Metrics you wish to alarm on must already exist.
version_added: "1.6" version_added: "1.6"
author: "Zacharie Eakin (@zeekin)" author: "Zacharie Eakin (@Zeekin)"
options: options:
state: state:
description: description:

View File

@ -18,7 +18,7 @@ description:
- Can create or delete scaling policies for autoscaling groups - Can create or delete scaling policies for autoscaling groups
- Referenced autoscaling groups must already exist - Referenced autoscaling groups must already exist
version_added: "1.6" version_added: "1.6"
author: "Zacharie Eakin (@zeekin)" author: "Zacharie Eakin (@Zeekin)"
options: options:
state: state:
description: description:

View File

@ -31,7 +31,7 @@ notes:
- An IAM role must have been previously created - An IAM role must have been previously created
version_added: "2.1" version_added: "2.1"
author: author:
- "Mark Chance (@java1guy)" - "Mark Chance (@Java1Guy)"
- "Darek Kaczynski (@kaczynskid)" - "Darek Kaczynski (@kaczynskid)"
- "Stephane Maarek (@simplesteph)" - "Stephane Maarek (@simplesteph)"
- "Zac Blazic (@zacblazic)" - "Zac Blazic (@zacblazic)"

View File

@ -51,7 +51,7 @@ extends_documentation_fragment:
- azure_tags - azure_tags
author: author:
- "Ian Philpot (@tripdubroot)" - "Ian Philpot (@iphilpot)"
''' '''

View File

@ -45,7 +45,7 @@ extends_documentation_fragment:
- azure_tags - azure_tags
author: author:
- "Ian Philpot (@tripdubroot)" - "Ian Philpot (@iphilpot)"
''' '''

View File

@ -88,7 +88,7 @@ requirements:
author: author:
- Benno Joy (@bennojoy) - Benno Joy (@bennojoy)
- Lukas Beumer (@nitaco) - Lukas Beumer (@Nitaco)
''' '''

View File

@ -28,7 +28,7 @@ DOCUMENTATION = '''
--- ---
module: ovirt_disk_facts module: ovirt_disk_facts
short_description: Retrieve facts about one or more oVirt/RHV disks short_description: Retrieve facts about one or more oVirt/RHV disks
author: "Katerina Koukiou (@kkoukiou)" author: "Katerina Koukiou (@KKoukiou)"
version_added: "2.5" version_added: "2.5"
description: description:
- "Retrieve facts about one or more oVirt/RHV disks." - "Retrieve facts about one or more oVirt/RHV disks."

View File

@ -95,7 +95,7 @@ notes:
requirements: [ "pymongo" ] requirements: [ "pymongo" ]
author: author:
- "Elliott Foster (@elliotttf)" - "Elliott Foster (@elliotttf)"
- "Julien Thebault (@lujeni)" - "Julien Thebault (@Lujeni)"
''' '''
EXAMPLES = ''' EXAMPLES = '''

View File

@ -19,7 +19,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = ''' DOCUMENTATION = '''
module: onepassword_facts module: onepassword_facts
author: author:
- Ryan Conway (@rylon) - Ryan Conway (@Rylon)
version_added: "2.7" version_added: "2.7"
requirements: requirements:
- C(op) 1Password command line utility. See U(https://support.1password.com/command-line/) - C(op) 1Password command line utility. See U(https://support.1password.com/command-line/)

View File

@ -20,7 +20,7 @@ short_description: create an annotation in librato
description: description:
- Create an annotation event on the given annotation stream :name. If the annotation stream does not exist, it will be created automatically - Create an annotation event on the given annotation stream :name. If the annotation stream does not exist, it will be created automatically
version_added: "1.6" version_added: "1.6"
author: "Seth Edwards (@sedward)" author: "Seth Edwards (@Sedward)"
requirements: [] requirements: []
options: options:
user: user:

View File

@ -28,7 +28,7 @@ short_description: Manages AAA server global configuration on HUAWEI CloudEngine
description: description:
- Manages AAA server global configuration on HUAWEI CloudEngine switches. - Manages AAA server global configuration on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
state: state:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages AAA server host configuration on HUAWEI CloudEngine s
description: description:
- Manages AAA server host configuration on HUAWEI CloudEngine switches. - Manages AAA server host configuration on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
state: state:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages base ACL configuration on HUAWEI CloudEngine switches
description: description:
- Manages base ACL configurations on HUAWEI CloudEngine switches. - Manages base ACL configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
state: state:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages advanced ACL configuration on HUAWEI CloudEngine swit
description: description:
- Manages advanced ACL configurations on HUAWEI CloudEngine switches. - Manages advanced ACL configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
state: state:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages applying ACLs to interfaces on HUAWEI CloudEngine swi
description: description:
- Manages applying ACLs to interfaces on HUAWEI CloudEngine switches. - Manages applying ACLs to interfaces on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
acl_name: acl_name:
description: description:

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages BFD global configuration on HUAWEI CloudEngine devices. short_description: Manages BFD global configuration on HUAWEI CloudEngine devices.
description: description:
- Manages BFD global configuration on HUAWEI CloudEngine devices. - Manages BFD global configuration on HUAWEI CloudEngine devices.
author: QijunPan (@CloudEngine-Ansible) author: QijunPan (@QijunPan)
options: options:
bfd_enable: bfd_enable:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages BFD session configuration on HUAWEI CloudEngine devic
description: description:
- Manages BFD session configuration, creates a BFD session or deletes a specified BFD session - Manages BFD session configuration, creates a BFD session or deletes a specified BFD session
on HUAWEI CloudEngine devices. on HUAWEI CloudEngine devices.
author: QijunPan (@CloudEngine-Ansible) author: QijunPan (@QijunPan)
options: options:
session_name: session_name:
description: description:

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages BFD session view configuration on HUAWEI CloudEngine devices. short_description: Manages BFD session view configuration on HUAWEI CloudEngine devices.
description: description:
- Manages BFD session view configuration on HUAWEI CloudEngine devices. - Manages BFD session view configuration on HUAWEI CloudEngine devices.
author: QijunPan (@CloudEngine-Ansible) author: QijunPan (@QijunPan)
options: options:
session_name: session_name:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages BGP configuration on HUAWEI CloudEngine switches.
description: description:
- Manages BGP configurations on HUAWEI CloudEngine switches. - Manages BGP configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
state: state:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages BGP Address-family configuration on HUAWEI CloudEngin
description: description:
- Manages BGP Address-family configurations on HUAWEI CloudEngine switches. - Manages BGP Address-family configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
state: state:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages BGP peer configuration on HUAWEI CloudEngine switches
description: description:
- Manages BGP peer configurations on HUAWEI CloudEngine switches. - Manages BGP peer configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
state: state:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages BGP neighbor Address-family configuration on HUAWEI C
description: description:
- Manages BGP neighbor Address-family configurations on HUAWEI CloudEngine switches. - Manages BGP neighbor Address-family configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
vrf_name: vrf_name:
description: description:

View File

@ -27,7 +27,7 @@ DOCUMENTATION = """
module: ce_command module: ce_command
version_added: "2.3" version_added: "2.3"
author: "JackyGao2016 (@CloudEngine-Ansible)" author: "JackyGao2016 (@JackyGao2016)"
short_description: Run arbitrary command on HUAWEI CloudEngine devices. short_description: Run arbitrary command on HUAWEI CloudEngine devices.
description: description:
- Sends an arbitrary command to an HUAWEI CloudEngine node and returns - Sends an arbitrary command to an HUAWEI CloudEngine node and returns

View File

@ -24,7 +24,7 @@ DOCUMENTATION = """
--- ---
module: ce_config module: ce_config
version_added: "2.4" version_added: "2.4"
author: "QijunPan (@CloudEngine-Ansible)" author: "QijunPan (@QijunPan)"
short_description: Manage Huawei CloudEngine configuration sections. short_description: Manage Huawei CloudEngine configuration sections.
description: description:
- Huawei CloudEngine configurations use a simple block indent file syntax - Huawei CloudEngine configurations use a simple block indent file syntax

View File

@ -29,7 +29,7 @@ short_description: Manages global DLDP configuration on HUAWEI CloudEngine switc
description: description:
- Manages global DLDP configuration on HUAWEI CloudEngine switches. - Manages global DLDP configuration on HUAWEI CloudEngine switches.
author: author:
- Zhijin Zhou (@CloudEngine-Ansible) - Zhijin Zhou (@QijunPan)
notes: notes:
- The relevant configurations will be deleted if DLDP is disabled using enable=disable. - The relevant configurations will be deleted if DLDP is disabled using enable=disable.
- When using auth_mode=none, it will restore the default DLDP authentication mode. By default, - When using auth_mode=none, it will restore the default DLDP authentication mode. By default,

View File

@ -29,7 +29,7 @@ short_description: Manages interface DLDP configuration on HUAWEI CloudEngine sw
description: description:
- Manages interface DLDP configuration on HUAWEI CloudEngine switches. - Manages interface DLDP configuration on HUAWEI CloudEngine switches.
author: author:
- Zhou Zhijin (@CloudEngine-Ansible) - Zhou Zhijin (@QijunPan)
notes: notes:
- If C(state=present, enable=disable), interface DLDP enable will be turned off and - If C(state=present, enable=disable), interface DLDP enable will be turned off and
related interface DLDP confuration will be cleared. related interface DLDP confuration will be cleared.

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages Eth-Trunk interfaces on HUAWEI CloudEngine switches. short_description: Manages Eth-Trunk interfaces on HUAWEI CloudEngine switches.
description: description:
- Manages Eth-Trunk specific configuration parameters on HUAWEI CloudEngine switches. - Manages Eth-Trunk specific configuration parameters on HUAWEI CloudEngine switches.
author: QijunPan (@CloudEngine-Ansible) author: QijunPan (@QijunPan)
notes: notes:
- C(state=absent) removes the Eth-Trunk config and interface if it - C(state=absent) removes the Eth-Trunk config and interface if it
already exists. If members to be removed are not explicitly already exists. If members to be removed are not explicitly

View File

@ -28,7 +28,7 @@ short_description: Manages EVPN VXLAN Network Identifier (VNI) on HUAWEI CloudEn
description: description:
- Manages Ethernet Virtual Private Network (EVPN) VXLAN Network - Manages Ethernet Virtual Private Network (EVPN) VXLAN Network
Identifier (VNI) configurations on HUAWEI CloudEngine switches. Identifier (VNI) configurations on HUAWEI CloudEngine switches.
author: Zhijin Zhou (@CloudEngine-Ansible) author: Zhijin Zhou (@QijunPan)
notes: notes:
- Ensure that EVPN has been configured to serve as the VXLAN control plane when state is present. - Ensure that EVPN has been configured to serve as the VXLAN control plane when state is present.
- Ensure that a bridge domain (BD) has existed when state is present. - Ensure that a bridge domain (BD) has existed when state is present.

View File

@ -27,7 +27,7 @@ short_description: Manages BGP EVPN configuration on HUAWEI CloudEngine switches
description: description:
- This module offers the ability to configure a BGP EVPN peer relationship on HUAWEI CloudEngine switches. - This module offers the ability to configure a BGP EVPN peer relationship on HUAWEI CloudEngine switches.
author: author:
- Li Yanfeng (@CloudEngine-Ansible) - Li Yanfeng (@QijunPan)
options: options:
bgp_instance: bgp_instance:
description: description:

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages RR for the VXLAN Network on HUAWEI CloudEngine switches. short_description: Manages RR for the VXLAN Network on HUAWEI CloudEngine switches.
description: description:
- Configure an RR in BGP-EVPN address family view on HUAWEI CloudEngine switches. - Configure an RR in BGP-EVPN address family view on HUAWEI CloudEngine switches.
author: Zhijin Zhou (@CloudEngine-Ansible) author: Zhijin Zhou (@QijunPan)
notes: notes:
- Ensure that BGP view is existed. - Ensure that BGP view is existed.
- The peer, peer_type, and reflect_client arguments must all exist or not exist. - The peer, peer_type, and reflect_client arguments must all exist or not exist.

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages global configuration of EVPN on HUAWEI CloudEngine switches. short_description: Manages global configuration of EVPN on HUAWEI CloudEngine switches.
description: description:
- Manages global configuration of EVPN on HUAWEI CloudEngine switches. - Manages global configuration of EVPN on HUAWEI CloudEngine switches.
author: Zhijin Zhou (@CloudEngine-Ansible) author: Zhijin Zhou (@QijunPan)
notes: notes:
- Before configuring evpn_overlay_enable=disable, delete other EVPN configurations. - Before configuring evpn_overlay_enable=disable, delete other EVPN configurations.
options: options:

View File

@ -24,7 +24,7 @@ DOCUMENTATION = """
--- ---
module: ce_facts module: ce_facts
version_added: "2.4" version_added: "2.4"
author: "wangdezhuang (@CloudEngine-Ansible)" author: "wangdezhuang (@QijunPan)"
short_description: Gets facts about HUAWEI CloudEngine switches. short_description: Gets facts about HUAWEI CloudEngine switches.
description: description:
- Collects facts from CloudEngine devices running the CloudEngine - Collects facts from CloudEngine devices running the CloudEngine

View File

@ -28,7 +28,7 @@ short_description: Copy a file to a remote cloudengine device over SCP on HUAWEI
description: description:
- Copy a file to a remote cloudengine device over SCP on HUAWEI CloudEngine switches. - Copy a file to a remote cloudengine device over SCP on HUAWEI CloudEngine switches.
author: author:
- Zhou Zhijin (@CloudEngine-Ansible) - Zhou Zhijin (@QijunPan)
notes: notes:
- The feature must be enabled with feature scp-server. - The feature must be enabled with feature scp-server.
- If the file is already present, no transfer will take place. - If the file is already present, no transfer will take place.

View File

@ -28,7 +28,7 @@ short_description: Manages information center debug configuration on HUAWEI Clou
description: description:
- Manages information center debug configurations on HUAWEI CloudEngine switches. - Manages information center debug configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
state: state:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages outputting logs on HUAWEI CloudEngine switches.
description: description:
- This module offers the ability to be output to the log buffer, log file, console, terminal, or log host on HUAWEI CloudEngine switches. - This module offers the ability to be output to the log buffer, log file, console, terminal, or log host on HUAWEI CloudEngine switches.
author: author:
- Li Yanfeng (@CloudEngine-Ansible) - Li Yanfeng (@QijunPan)
options: options:
info_center_enable: info_center_enable:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages information center log configuration on HUAWEI CloudE
description: description:
- Setting the Timestamp Format of Logs. - Setting the Timestamp Format of Logs.
Configuring the Device to Output Logs to the Log Buffer. Configuring the Device to Output Logs to the Log Buffer.
author: QijunPan (@CloudEngine-Ansible) author: QijunPan (@QijunPan)
options: options:
log_time_stamp: log_time_stamp:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages information center trap configuration on HUAWEI Cloud
description: description:
- Manages information center trap configurations on HUAWEI CloudEngine switches. - Manages information center trap configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
state: state:
description: description:

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages physical attributes of interfaces on HUAWEI CloudEngine switches. short_description: Manages physical attributes of interfaces on HUAWEI CloudEngine switches.
description: description:
- Manages physical attributes of interfaces on HUAWEI CloudEngine switches. - Manages physical attributes of interfaces on HUAWEI CloudEngine switches.
author: QijunPan (@CloudEngine-Ansible) author: QijunPan (@QijunPan)
notes: notes:
- This module is also used to create logical interfaces such as - This module is also used to create logical interfaces such as
vlanif and loopbacks. vlanif and loopbacks.

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages configuration of an OSPF interface instanceon HUAWEI CloudEngine switches. short_description: Manages configuration of an OSPF interface instanceon HUAWEI CloudEngine switches.
description: description:
- Manages configuration of an OSPF interface instanceon HUAWEI CloudEngine switches. - Manages configuration of an OSPF interface instanceon HUAWEI CloudEngine switches.
author: QijunPan (@CloudEngine-Ansible) author: QijunPan (@QijunPan)
options: options:
interface: interface:
description: description:

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages L3 attributes for IPv4 and IPv6 interfaces on HUAWEI CloudEngine switches. short_description: Manages L3 attributes for IPv4 and IPv6 interfaces on HUAWEI CloudEngine switches.
description: description:
- Manages Layer 3 attributes for IPv4 and IPv6 interfaces on HUAWEI CloudEngine switches. - Manages Layer 3 attributes for IPv4 and IPv6 interfaces on HUAWEI CloudEngine switches.
author: QijunPan (@CloudEngine-Ansible) author: QijunPan (@QijunPan)
notes: notes:
- Interface must already be a L3 port when using this module. - Interface must already be a L3 port when using this module.
- Logical interfaces (loopback, vlanif) must be created first. - Logical interfaces (loopback, vlanif) must be created first.

View File

@ -29,7 +29,7 @@ short_description: Get interface link status on HUAWEI CloudEngine switches.
description: description:
- Get interface link status on HUAWEI CloudEngine switches. - Get interface link status on HUAWEI CloudEngine switches.
author: author:
- Zhijin Zhou (@CloudEngine-Ansible) - Zhijin Zhou (@QijunPan)
notes: notes:
- Current physical state shows an interface's physical status. - Current physical state shows an interface's physical status.
- Current link state shows an interface's link layer protocol status. - Current link state shows an interface's link layer protocol status.

View File

@ -28,7 +28,7 @@ short_description: Manages MLAG configuration on HUAWEI CloudEngine switches.
description: description:
- Manages MLAG configuration on HUAWEI CloudEngine switches. - Manages MLAG configuration on HUAWEI CloudEngine switches.
author: author:
- Li Yanfeng (@CloudEngine-Ansible) - Li Yanfeng (@QijunPan)
options: options:
dfs_group_id: dfs_group_id:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages MLAG interfaces on HUAWEI CloudEngine switches.
description: description:
- Manages MLAG interface attributes on HUAWEI CloudEngine switches. - Manages MLAG interface attributes on HUAWEI CloudEngine switches.
author: author:
- Li Yanfeng (@CloudEngine-Ansible) - Li Yanfeng (@QijunPan)
options: options:
eth_trunk_id: eth_trunk_id:
description: description:

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages MTU settings on HUAWEI CloudEngine switches. short_description: Manages MTU settings on HUAWEI CloudEngine switches.
description: description:
- Manages MTU settings on HUAWEI CloudEngine switches. - Manages MTU settings on HUAWEI CloudEngine switches.
author: QijunPan (@CloudEngine-Ansible) author: QijunPan (@QijunPan)
notes: notes:
- Either C(sysmtu) param is required or C(interface) AND C(mtu) params are req'd. - Either C(sysmtu) param is required or C(interface) AND C(mtu) params are req'd.
- C(state=absent) unconfigures a given MTU if that value is currently present. - C(state=absent) unconfigures a given MTU if that value is currently present.

View File

@ -28,7 +28,7 @@ short_description: Run an arbitrary netconf command on HUAWEI CloudEngine switch
description: description:
- Sends an arbitrary netconf command on HUAWEI CloudEngine switches. - Sends an arbitrary netconf command on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
rpc: rpc:
description: description:

View File

@ -26,7 +26,7 @@ version_added: "2.4"
short_description: Manages timeout mode of NetStream on HUAWEI CloudEngine switches. short_description: Manages timeout mode of NetStream on HUAWEI CloudEngine switches.
description: description:
- Manages timeout mode of NetStream on HUAWEI CloudEngine switches. - Manages timeout mode of NetStream on HUAWEI CloudEngine switches.
author: YangYang (@CloudEngine-Ansible) author: YangYang (@QijunPan)
options: options:
timeout_interval: timeout_interval:
description: description:

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages netstream export on HUAWEI CloudEngine switches. short_description: Manages netstream export on HUAWEI CloudEngine switches.
description: description:
- Configure NetStream flow statistics exporting and versions for exported packets on HUAWEI CloudEngine switches. - Configure NetStream flow statistics exporting and versions for exported packets on HUAWEI CloudEngine switches.
author: Zhijin Zhou (@CloudEngine-Ansible) author: Zhijin Zhou (@QijunPan)
notes: notes:
options: options:
type: type:

View File

@ -26,7 +26,7 @@ version_added: "2.4"
short_description: Manages global parameters of NetStream on HUAWEI CloudEngine switches. short_description: Manages global parameters of NetStream on HUAWEI CloudEngine switches.
description: description:
- Manages global parameters of NetStream on HUAWEI CloudEngine switches. - Manages global parameters of NetStream on HUAWEI CloudEngine switches.
author: YangYang (@CloudEngine-Ansible) author: YangYang (@QijunPan)
options: options:
type: type:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages NetStream template configuration on HUAWEI CloudEngin
description: description:
- Manages NetStream template configuration on HUAWEI CloudEngine switches. - Manages NetStream template configuration on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
state: state:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages core NTP configuration on HUAWEI CloudEngine switches
description: description:
- Manages core NTP configuration on HUAWEI CloudEngine switches. - Manages core NTP configuration on HUAWEI CloudEngine switches.
author: author:
- Zhijin Zhou (@CloudEngine-Ansible) - Zhijin Zhou (@QijunPan)
options: options:
server: server:
description: description:

View File

@ -29,7 +29,7 @@ short_description: Manages NTP authentication configuration on HUAWEI CloudEngin
description: description:
- Manages NTP authentication configuration on HUAWEI CloudEngine switches. - Manages NTP authentication configuration on HUAWEI CloudEngine switches.
author: author:
- Zhijin Zhou (@CloudEngine-Ansible) - Zhijin Zhou (@QijunPan)
notes: notes:
- If C(state=absent), the module will attempt to remove the given key configuration. - If C(state=absent), the module will attempt to remove the given key configuration.
If a matching key configuration isn't found on the device, the module will fail. If a matching key configuration isn't found on the device, the module will fail.

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages configuration of an OSPF instance on HUAWEI CloudEngine switches. short_description: Manages configuration of an OSPF instance on HUAWEI CloudEngine switches.
description: description:
- Manages configuration of an OSPF instance on HUAWEI CloudEngine switches. - Manages configuration of an OSPF instance on HUAWEI CloudEngine switches.
author: QijunPan (@CloudEngine-Ansible) author: QijunPan (@QijunPan)
options: options:
process_id: process_id:
description: description:

View File

@ -27,7 +27,7 @@ version_added: 2.4
short_description: Reboot a HUAWEI CloudEngine switches. short_description: Reboot a HUAWEI CloudEngine switches.
description: description:
- Reboot a HUAWEI CloudEngine switches. - Reboot a HUAWEI CloudEngine switches.
author: Gong Jianjun (@CloudEngine-Ansible) author: Gong Jianjun (@QijunPan)
requirements: ["ncclient"] requirements: ["ncclient"]
options: options:
confirm: confirm:

View File

@ -28,7 +28,7 @@ description:
- This module offers the ability to set a configuration checkpoint - This module offers the ability to set a configuration checkpoint
file or rollback to a configuration checkpoint file on HUAWEI CloudEngine switches. file or rollback to a configuration checkpoint file on HUAWEI CloudEngine switches.
author: author:
- Li Yanfeng (@CloudEngine-Ansible) - Li Yanfeng (@QijunPan)
options: options:
commit_id: commit_id:
description: description:

View File

@ -29,7 +29,7 @@ description:
- Configure Sampled Flow (sFlow) to monitor traffic on an interface in real time, - Configure Sampled Flow (sFlow) to monitor traffic on an interface in real time,
detect abnormal traffic, and locate the source of attack traffic, detect abnormal traffic, and locate the source of attack traffic,
ensuring stable running of the network. ensuring stable running of the network.
author: QijunPan (@CloudEngine-Ansible) author: QijunPan (@QijunPan)
options: options:
agent_ip: agent_ip:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages SNMP community configuration on HUAWEI CloudEngine sw
description: description:
- Manages SNMP community configuration on HUAWEI CloudEngine switches. - Manages SNMP community configuration on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
acl_number: acl_number:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages SNMP contact configuration on HUAWEI CloudEngine swit
description: description:
- Manages SNMP contact configurations on HUAWEI CloudEngine switches. - Manages SNMP contact configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
contact: contact:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages SNMP location configuration on HUAWEI CloudEngine swi
description: description:
- Manages SNMP location configurations on HUAWEI CloudEngine switches. - Manages SNMP location configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
location: location:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages SNMP target host configuration on HUAWEI CloudEngine
description: description:
- Manages SNMP target host configurations on HUAWEI CloudEngine switches. - Manages SNMP target host configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
version: version:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages SNMP traps configuration on HUAWEI CloudEngine switch
description: description:
- Manages SNMP traps configurations on HUAWEI CloudEngine switches. - Manages SNMP traps configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
feature_name: feature_name:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages SNMP user configuration on HUAWEI CloudEngine switche
description: description:
- Manages SNMP user configurations on CloudEngine switches. - Manages SNMP user configurations on CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
acl_number: acl_number:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages a system startup information on HUAWEI CloudEngine sw
description: description:
- Manages a system startup information on HUAWEI CloudEngine switches. - Manages a system startup information on HUAWEI CloudEngine switches.
author: author:
- Li Yanfeng (@CloudEngine-Ansible) - Li Yanfeng (@QijunPan)
options: options:
cfg_file: cfg_file:
description: description:

View File

@ -26,7 +26,7 @@ version_added: "2.4"
short_description: Manages static route configuration on HUAWEI CloudEngine switches. short_description: Manages static route configuration on HUAWEI CloudEngine switches.
description: description:
- Manages the static routes on HUAWEI CloudEngine switches. - Manages the static routes on HUAWEI CloudEngine switches.
author: Yang yang (@CloudEngine-Ansible) author: Yang yang (@QijunPan)
notes: notes:
- If no vrf is supplied, vrf is set to default. - If no vrf is supplied, vrf is set to default.
If I(state=absent), the route will be removed, regardless of the If I(state=absent), the route will be removed, regardless of the

View File

@ -28,7 +28,7 @@ short_description: Manages STP configuration on HUAWEI CloudEngine switches.
description: description:
- Manages STP configurations on HUAWEI CloudEngine switches. - Manages STP configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@CloudEngine-Ansible) - wangdezhuang (@QijunPan)
options: options:
state: state:
description: description:

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages Layer 2 switchport interfaces on HUAWEI CloudEngine switches. short_description: Manages Layer 2 switchport interfaces on HUAWEI CloudEngine switches.
description: description:
- Manages Layer 2 switchport interfaces on HUAWEI CloudEngine switches. - Manages Layer 2 switchport interfaces on HUAWEI CloudEngine switches.
author: QijunPan (@CloudEngine-Ansible) author: QijunPan (@QijunPan)
notes: notes:
- When C(state=absent), VLANs can be added/removed from trunk links and - When C(state=absent), VLANs can be added/removed from trunk links and
the existing access VLAN can be 'unconfigured' to just having VLAN 1 the existing access VLAN can be 'unconfigured' to just having VLAN 1

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages VLAN resources and attributes on Huawei CloudEngine switches. short_description: Manages VLAN resources and attributes on Huawei CloudEngine switches.
description: description:
- Manages VLAN configurations on Huawei CloudEngine switches. - Manages VLAN configurations on Huawei CloudEngine switches.
author: QijunPan (@CloudEngine-Ansible) author: QijunPan (@QijunPan)
options: options:
vlan_id: vlan_id:
description: description:

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages VPN instance on HUAWEI CloudEngine switches. short_description: Manages VPN instance on HUAWEI CloudEngine switches.
description: description:
- Manages VPN instance of HUAWEI CloudEngine switches. - Manages VPN instance of HUAWEI CloudEngine switches.
author: Yang yang (@CloudEngine-Ansible) author: Yang yang (@QijunPan)
notes: notes:
- If I(state=absent), the route will be removed, regardless of the - If I(state=absent), the route will be removed, regardless of the
non-required options. non-required options.

View File

@ -25,7 +25,7 @@ version_added: "2.4"
short_description: Manages VPN instance address family on HUAWEI CloudEngine switches. short_description: Manages VPN instance address family on HUAWEI CloudEngine switches.
description: description:
- Manages VPN instance address family of HUAWEI CloudEngine switches. - Manages VPN instance address family of HUAWEI CloudEngine switches.
author: Yang yang (@CloudEngine-Ansible) author: Yang yang (@QijunPan)
notes: notes:
- If I(state=absent), the vrf will be removed, regardless of the - If I(state=absent), the vrf will be removed, regardless of the
non-required parameters. non-required parameters.

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages interface specific VPN configuration on HUAWEI CloudEngine switches. short_description: Manages interface specific VPN configuration on HUAWEI CloudEngine switches.
description: description:
- Manages interface specific VPN configuration of HUAWEI CloudEngine switches. - Manages interface specific VPN configuration of HUAWEI CloudEngine switches.
author: Zhijin Zhou (@CloudEngine-Ansible) author: Zhijin Zhou (@QijunPan)
notes: notes:
- Ensure that a VPN instance has been created and the IPv4 address family has been enabled for the VPN instance. - Ensure that a VPN instance has been created and the IPv4 address family has been enabled for the VPN instance.
options: options:

View File

@ -28,7 +28,7 @@ short_description: Manages VRRP interfaces on HUAWEI CloudEngine devices.
description: description:
- Manages VRRP interface attributes on HUAWEI CloudEngine devices. - Manages VRRP interface attributes on HUAWEI CloudEngine devices.
author: author:
- Li Yanfeng (@CloudEngine-Ansible) - Li Yanfeng (@numone213)
options: options:
interface: interface:
description: description:

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages ARP attributes of VXLAN on HUAWEI CloudEngine devices. short_description: Manages ARP attributes of VXLAN on HUAWEI CloudEngine devices.
description: description:
- Manages ARP attributes of VXLAN on HUAWEI CloudEngine devices. - Manages ARP attributes of VXLAN on HUAWEI CloudEngine devices.
author: QijunPan (@CloudEngine-Ansible) author: QijunPan (@QijunPan)
options: options:
evn_bgp: evn_bgp:
description: description:

View File

@ -28,7 +28,7 @@ short_description: Manages gateway for the VXLAN network on HUAWEI CloudEngine d
description: description:
- Configuring Centralized All-Active Gateways or Distributed Gateway for - Configuring Centralized All-Active Gateways or Distributed Gateway for
the VXLAN Network on HUAWEI CloudEngine devices. the VXLAN Network on HUAWEI CloudEngine devices.
author: QijunPan (@CloudEngine-Ansible) author: QijunPan (@QijunPan)
notes: notes:
- Ensure All-Active Gateways or Distributed Gateway for the VXLAN Network can not configure at the same time. - Ensure All-Active Gateways or Distributed Gateway for the VXLAN Network can not configure at the same time.
options: options:

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages global attributes of VXLAN and bridge domain on HUAWEI CloudEngine devices. short_description: Manages global attributes of VXLAN and bridge domain on HUAWEI CloudEngine devices.
description: description:
- Manages global attributes of VXLAN and bridge domain on HUAWEI CloudEngine devices. - Manages global attributes of VXLAN and bridge domain on HUAWEI CloudEngine devices.
author: QijunPan (@CloudEngine-Ansible) author: QijunPan (@QijunPan)
options: options:
bridge_domain_id: bridge_domain_id:
description: description:

View File

@ -29,7 +29,7 @@ description:
- This module offers the ability to set the VNI and mapped to the BD, - This module offers the ability to set the VNI and mapped to the BD,
and configure an ingress replication list on HUAWEI CloudEngine devices. and configure an ingress replication list on HUAWEI CloudEngine devices.
author: author:
- Li Yanfeng (@CloudEngine-Ansible) - Li Yanfeng (@QijunPan)
options: options:
bridge_domain_id: bridge_domain_id:
description: description:

View File

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages VXLAN virtual access point on HUAWEI CloudEngine Devices. short_description: Manages VXLAN virtual access point on HUAWEI CloudEngine Devices.
description: description:
- Manages VXLAN Virtual access point on HUAWEI CloudEngine Devices. - Manages VXLAN Virtual access point on HUAWEI CloudEngine Devices.
author: QijunPan (@CloudEngine-Ansible) author: QijunPan (@QijunPan)
options: options:
bridge_domain_id: bridge_domain_id:
description: description:

View File

@ -14,7 +14,7 @@ DOCUMENTATION = """
module: edgeos_command module: edgeos_command
version_added: "2.5" version_added: "2.5"
author: author:
- Chad Norgan (@BeardyMcBeards) - Chad Norgan (@beardymcbeards)
- Sam Doran (@samdoran) - Sam Doran (@samdoran)
short_description: Run one or more commands on EdgeOS devices short_description: Run one or more commands on EdgeOS devices
description: description:

View File

@ -22,7 +22,7 @@ description:
- Allows users to add or remove flatpaks. - Allows users to add or remove flatpaks.
- See the M(flatpak_remote) module for managing flatpak remotes. - See the M(flatpak_remote) module for managing flatpak remotes.
author: author:
- John Kwiatkoski (@jaykayy) - John Kwiatkoski (@JayKayy)
- Alexander Bethke (@oolongbrothers) - Alexander Bethke (@oolongbrothers)
requirements: requirements:
- flatpak - flatpak

View File

@ -26,7 +26,7 @@ description:
- Existing remotes will not be updated. - Existing remotes will not be updated.
- See the M(flatpak) module for managing flatpaks. - See the M(flatpak) module for managing flatpaks.
author: author:
- John Kwiatkoski (@jaykayy) - John Kwiatkoski (@JayKayy)
- Alexander Bethke (@oolongbrothers) - Alexander Bethke (@oolongbrothers)
requirements: requirements:
- flatpak - flatpak