parent
4291f09a68
commit
6dff4f43d3
10 changed files with 5 additions and 36 deletions
|
@ -32,12 +32,11 @@ description:
|
|||
- Manages Eth-Trunk specific configuration parameters on HUAWEI CloudEngine switches.
|
||||
author: xuxiaowei0512 (@CloudEngine-Ansible)
|
||||
notes:
|
||||
- C(state=absent) removes the Eth-Trunk config and interface if italready exists.
|
||||
- If members to be removed are not explicitly passed, all existing members (if any), are removed, and Eth-Trunk removed.
|
||||
- C(state=absent) removes the Eth-Trunk config and interface if it
|
||||
already exists. If members to be removed are not explicitly
|
||||
passed, all existing members (if any), are removed,
|
||||
and Eth-Trunk removed.
|
||||
- Members must be a list.
|
||||
- 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:
|
||||
trunk_id:
|
||||
description:
|
||||
|
|
|
@ -52,9 +52,6 @@ notes:
|
|||
- Outbound rate(byte/sec) shows the rate at which an interface sends bytes within an interval.
|
||||
- Outbound rate(pkts/sec) shows the rate at which an interface sends packets within an interval.
|
||||
- Speed shows the rate for an Ethernet interface.
|
||||
- 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:
|
||||
|
|
|
@ -23,10 +23,6 @@ description:
|
|||
- Manages LLDP configuration on HUAWEI CloudEngine switches.
|
||||
author:
|
||||
- xuxiaowei0512 (@CloudEngine-Ansible)
|
||||
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:
|
||||
lldpenable:
|
||||
description:
|
||||
|
|
|
@ -30,12 +30,8 @@ module: ce_lldp_interface
|
|||
version_added: "2.10"
|
||||
short_description: Manages INTERFACE LLDP configuration on HUAWEI CloudEngine switches.
|
||||
description:
|
||||
- Manages INTERFACE LLDP configuration on HUAWEI CloudEngine switches.
|
||||
- Manages INTERFACE LLDP configuration on HUAWEI CloudEngine switches.
|
||||
author: xuxiaowei0512 (@CloudEngine-Ansible)
|
||||
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:
|
||||
lldpenable:
|
||||
description:
|
||||
|
|
|
@ -29,10 +29,6 @@ description:
|
|||
- Manages MLAG configuration 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:
|
||||
dfs_group_id:
|
||||
description:
|
||||
|
|
|
@ -29,10 +29,6 @@ description:
|
|||
- Manages MLAG interface attributes 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:
|
||||
eth_trunk_id:
|
||||
description:
|
||||
|
|
|
@ -31,8 +31,6 @@ author: QijunPan (@QijunPan)
|
|||
notes:
|
||||
- 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.
|
||||
- Recommended connection is C(network_cli).
|
||||
- This module also works with C(local) connections for legacy playbooks.
|
||||
options:
|
||||
interface:
|
||||
description:
|
||||
|
|
|
@ -29,10 +29,6 @@ description:
|
|||
- Sends an arbitrary netconf command 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:
|
||||
rpc:
|
||||
description:
|
||||
|
|
|
@ -27,9 +27,6 @@ short_description: Manages timeout mode of NetStream on HUAWEI CloudEngine switc
|
|||
description:
|
||||
- Manages timeout mode of NetStream on HUAWEI CloudEngine switches.
|
||||
author: YangYang (@QijunPan)
|
||||
notes:
|
||||
- Recommended connection is C(network_cli).
|
||||
- This module also works with C(local) connections for legacy playbooks.
|
||||
options:
|
||||
timeout_interval:
|
||||
description:
|
||||
|
|
|
@ -29,8 +29,6 @@ description:
|
|||
- Configure NetStream flow statistics exporting and versions for exported packets on HUAWEI CloudEngine switches.
|
||||
author: Zhijin Zhou (@QijunPan)
|
||||
notes:
|
||||
- Recommended connection is C(network_cli).
|
||||
- This module also works with C(local) connections for legacy playbooks.
|
||||
options:
|
||||
type:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue