Revert "Doc notes 5 (#64350)" (#64921)

This reverts commit 1d40d429a0.
pull/64929/head
Xu Yuandong 6 years ago committed by ansibot
parent 6dff4f43d3
commit 9a8d0cf006

@ -27,9 +27,6 @@ short_description: Manages global parameters of NetStream on HUAWEI CloudEngine
description: description:
- Manages global parameters of NetStream on HUAWEI CloudEngine switches. - Manages global parameters of NetStream on HUAWEI CloudEngine switches.
author: YangYang (@QijunPan) author: YangYang (@QijunPan)
notes:
- Recommended connection is C(network_cli).
- This module also works with C(local) connections for legacy playbooks.
options: options:
type: type:
description: description:

@ -29,9 +29,6 @@ description:
- Manages NetStream template configuration on HUAWEI CloudEngine switches. - Manages NetStream template configuration on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@QijunPan) - wangdezhuang (@QijunPan)
notes:
- Recommended connection is C(network_cli).
- This module also works with C(local) connections for legacy playbooks.
options: options:
state: state:
description: description:

@ -29,10 +29,6 @@ description:
- Manages core NTP configuration on HUAWEI CloudEngine switches. - Manages core NTP configuration on HUAWEI CloudEngine switches.
author: author:
- Zhijin Zhou (@QijunPan) - Zhijin Zhou (@QijunPan)
notes:
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options: options:
server: server:
description: description:

@ -35,8 +35,6 @@ notes:
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.
- If C(state=absent) and C(authentication=on), authentication will be turned on. - If C(state=absent) and C(authentication=on), authentication will be turned on.
- If C(state=absent) and C(authentication=off), authentication will be turned off. - If C(state=absent) and C(authentication=off), authentication will be turned off.
- Recommended connection is C(network_cli).
- This module also works with C(local) connections for legacy playbooks.
options: options:
key_id: key_id:
description: description:

@ -28,10 +28,6 @@ short_description: Manages configuration of an OSPF instance on HUAWEI CloudEngi
description: description:
- Manages configuration of an OSPF instance on HUAWEI CloudEngine switches. - Manages configuration of an OSPF instance on HUAWEI CloudEngine switches.
author: QijunPan (@QijunPan) author: QijunPan (@QijunPan)
notes:
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options: options:
process_id: process_id:
description: description:

@ -28,10 +28,6 @@ short_description: Manages configuration of an OSPF VPN instance on HUAWEI Cloud
description: description:
- Manages configuration of an OSPF VPN instance on HUAWEI CloudEngine switches. - Manages configuration of an OSPF VPN instance on HUAWEI CloudEngine switches.
author: Yang yang (@QijunPan) author: Yang yang (@QijunPan)
notes:
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options: options:
ospf: ospf:
description: description:

@ -28,10 +28,6 @@ short_description: Reboot a HUAWEI CloudEngine switches.
description: description:
- Reboot a HUAWEI CloudEngine switches. - Reboot a HUAWEI CloudEngine switches.
author: Gong Jianjun (@QijunPan) author: Gong Jianjun (@QijunPan)
notes:
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
requirements: ["ncclient"] requirements: ["ncclient"]
options: options:
confirm: confirm:

@ -29,9 +29,6 @@ description:
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 (@QijunPan) - Li Yanfeng (@QijunPan)
notes:
- Recommended connection is C(network_cli).
- This module also works with C(local) connections for legacy playbooks.
options: options:
commit_id: commit_id:
description: description:

@ -30,10 +30,6 @@ description:
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 (@QijunPan) author: QijunPan (@QijunPan)
notes:
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options: options:
agent_ip: agent_ip:
description: description:

@ -29,10 +29,6 @@ description:
- Manages SNMP community configuration on HUAWEI CloudEngine switches. - Manages SNMP community configuration on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@QijunPan) - wangdezhuang (@QijunPan)
notes:
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options: options:
acl_number: acl_number:
description: description:

@ -29,9 +29,6 @@ description:
- Manages SNMP contact configurations on HUAWEI CloudEngine switches. - Manages SNMP contact configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@QijunPan) - wangdezhuang (@QijunPan)
notes:
- Recommended connection is C(network_cli).
- This module also works with C(local) connections for legacy playbooks.
options: options:
contact: contact:
description: description:

@ -29,9 +29,6 @@ description:
- Manages SNMP location configurations on HUAWEI CloudEngine switches. - Manages SNMP location configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@QijunPan) - wangdezhuang (@QijunPan)
notes:
- Recommended connection is C(network_cli).
- This module also works with C(local) connections for legacy playbooks.
options: options:
location: location:
description: description:

@ -29,10 +29,6 @@ description:
- Manages SNMP target host configurations on HUAWEI CloudEngine switches. - Manages SNMP target host configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@QijunPan) - wangdezhuang (@QijunPan)
notes:
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options: options:
version: version:
description: description:

@ -29,9 +29,6 @@ description:
- Manages SNMP traps configurations on HUAWEI CloudEngine switches. - Manages SNMP traps configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@QijunPan) - wangdezhuang (@QijunPan)
notes:
- Recommended connection is C(network_cli).
- This module also works with C(local) connections for legacy playbooks.
options: options:
feature_name: feature_name:
description: description:

@ -29,10 +29,6 @@ description:
- Manages SNMP user configurations on CloudEngine switches. - Manages SNMP user configurations on CloudEngine switches.
author: author:
- wangdezhuang (@QijunPan) - wangdezhuang (@QijunPan)
notes:
- This module requires the netconf system service be enabled on the remote device being managed.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options: options:
acl_number: acl_number:
description: description:

@ -29,9 +29,6 @@ description:
- Manages a system startup information on HUAWEI CloudEngine switches. - Manages a system startup information on HUAWEI CloudEngine switches.
author: author:
- Li Yanfeng (@QijunPan) - Li Yanfeng (@QijunPan)
notes:
- Recommended connection is C(network_cli).
- This module also works with C(local) connections for legacy playbooks.
options: options:
cfg_file: cfg_file:
description: description:

@ -16,10 +16,8 @@ description:
author: Yang yang (@QijunPan) 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 non-required parameters. If I(state=absent), the route will be removed, regardless of the
- This module requires the netconf system service be enabled on the remote device being managed. non-required parameters.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options: options:
prefix: prefix:
description: description:

@ -32,10 +32,8 @@ description:
author: xuxiaowei0512 (@CloudEngine-Ansible) author: xuxiaowei0512 (@CloudEngine-Ansible)
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 configuration will be removed, regardless of the non-required parameters. If I(state=absent), the route configuration will be removed, regardless of the
- This module requires the netconf system service be enabled on the remote device being managed. non-required parameters.
- Recommended connection is C(netconf).
- This module also works with C(local) connections for legacy playbooks.
options: options:
prefix: prefix:
description: description:

@ -29,9 +29,6 @@ description:
- Manages STP configurations on HUAWEI CloudEngine switches. - Manages STP configurations on HUAWEI CloudEngine switches.
author: author:
- wangdezhuang (@QijunPan) - wangdezhuang (@QijunPan)
notes:
- Recommended connection is C(network_cli).
- This module also works with C(local) connections for legacy playbooks.
options: options:
state: state:
description: description:

@ -30,13 +30,13 @@ description:
author: QijunPan (@QijunPan) 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 on that interface. the existing access VLAN can be 'unconfigured' to just having VLAN 1
on that interface.
- When working with trunks VLANs the keywords add/remove are always sent - When working with trunks VLANs the keywords add/remove are always sent
in the C(port trunk allow-pass vlan) command. Use verbose mode to see commands sent. in the C(port trunk allow-pass vlan) command. Use verbose mode to see
- When C(state=unconfigured), the interface will result with having a default Layer 2 interface, i.e. vlan 1 in access mode. commands sent.
- This module requires the netconf system service be enabled on the remote device being managed. - When C(state=unconfigured), the interface will result with having a default
- Recommended connection is C(netconf). Layer 2 interface, i.e. vlan 1 in access mode.
- This module also works with C(local) connections for legacy playbooks.
options: options:
interface: interface:
description: description:

Loading…
Cancel
Save