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)
notes:
- 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:
evpn_overlay_enable:
description:

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

@ -19,6 +19,9 @@ author:
notes:
- The feature must be enabled with feature scp-server.
- 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:
- paramiko
options:

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

@ -29,6 +29,10 @@ description:
- Setting the Timestamp Format of Logs.
Configuring the Device to Output Logs to the Log Buffer.
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:
log_time_stamp:
description:

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

@ -31,6 +31,9 @@ author: QijunPan (@QijunPan)
notes:
- This module is also used to create logical interfaces such as
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:
interface:
description:

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

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

Loading…
Cancel
Save