Doc notes 5 (#64928)

* addd

* all  update

* add/update notes.

* add/updates notes.

* new version 2.10 can not be backported
This commit is contained in:
Xu Yuandong 2019-11-16 12:08:35 +08:00 committed by ansibot
parent 2ccdf29b5b
commit 8ea9d0c06a
19 changed files with 68 additions and 8 deletions

View file

@ -27,6 +27,9 @@ 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:

View file

@ -29,6 +29,9 @@ 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:

View file

@ -29,6 +29,10 @@ 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:

View file

@ -35,6 +35,8 @@ 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:

View file

@ -28,6 +28,10 @@ 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:

View file

@ -28,6 +28,10 @@ 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:

View file

@ -28,6 +28,10 @@ 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:

View file

@ -29,6 +29,9 @@ 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:

View file

@ -30,6 +30,10 @@ 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:

View file

@ -29,6 +29,10 @@ 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:

View file

@ -29,6 +29,9 @@ 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:

View file

@ -29,6 +29,9 @@ 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:

View file

@ -29,6 +29,10 @@ 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:

View file

@ -29,6 +29,9 @@ 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:

View file

@ -29,6 +29,10 @@ 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:

View file

@ -29,6 +29,9 @@ 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:

View file

@ -16,8 +16,10 @@ 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 - If I(state=absent), the route will be removed, regardless of the non-required parameters.
non-required parameters. - 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:
prefix: prefix:
description: description:

View file

@ -29,6 +29,9 @@ 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:

View file

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