Backport/2.9/64348 Doc notes 3 (#64348) (#64947)

* Doc notes 3 (#64348)

(cherry picked from commit ad0769c095)

* add a change log
pull/65075/head
Xu Yuandong 5 years ago committed by Alicia Cozine
parent 0089df4cab
commit 039dc88b10

@ -0,0 +1,3 @@
---
bugfixes:
- ce modules - Update(add) docs notes to tell user modules work connection.

@ -30,6 +30,8 @@ description:
author: Zhijin Zhou (@QijunPan) 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.
- Recommended connection is C(network_cli).
- This module also works with C(local) connections for legacy playbooks.
options: options:
evpn_overlay_enable: evpn_overlay_enable:
description: description:

@ -33,7 +33,9 @@ description:
with C(ansible_net_<fact>). The facts module will always collect a with C(ansible_net_<fact>). The facts module will always collect a
base set of facts from the device and can enable or disable base set of facts from the device and can enable or disable
collection of additional facts. collection of additional facts.
notes:
- Recommended connection is C(network_cli).
- This module also works with C(local) connections for legacy playbooks.
options: options:
gather_subset: gather_subset:
description: description:

@ -19,6 +19,9 @@ author:
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.
- 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: requirements:
- paramiko - paramiko
options: options:

@ -29,6 +29,10 @@ description:
- Manages information center debug configurations on HUAWEI CloudEngine switches. - Manages information center debug 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:
state: state:
description: description:

@ -29,6 +29,10 @@ 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 (@QijunPan) - Li Yanfeng (@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:
info_center_enable: info_center_enable:
description: description:

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

@ -29,6 +29,10 @@ description:
- Manages information center trap configurations on HUAWEI CloudEngine switches. - Manages information center trap 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:
state: state:
description: description:

@ -31,6 +31,9 @@ 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.
- 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:
interface: interface:
description: description:

@ -28,6 +28,10 @@ short_description: Manages configuration of an OSPF interface instanceon HUAWEI
description: description:
- Manages configuration of an OSPF interface instanceon HUAWEI CloudEngine switches. - Manages configuration of an OSPF interface instanceon 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:
interface: interface:
description: description:

@ -34,6 +34,9 @@ notes:
- C(mask) must be inserted in decimal format (i.e. 24) for - C(mask) must be inserted in decimal format (i.e. 24) for
both IPv6 and IPv4. both IPv6 and IPv4.
- A single interface can have multiple IPv6 configured. - A single interface can have multiple IPv6 configured.
- 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:
interface: interface:
description: description:

Loading…
Cancel
Save