mellanox.onyx.onyx_qos – Configures QoS¶
Note
This plugin is part of the mellanox.onyx collection (version 1.0.0).
To install it use: ansible-galaxy collection install mellanox.onyx
.
To use it in a playbook, specify: mellanox.onyx.onyx_qos
.
Synopsis¶
This module provides declarative management of Onyx QoS configuration on Mellanox ONYX network devices.
Parameters¶
Examples¶
- name: Configure QoS
onyx_QoS:
interfaces:
- Mpo7
- Mpo7
trust: L3
rewrite_pcp: disabled
rewrite_dscp: enabled
- name: Configure QoS
onyx_QoS:
interfaces:
- Eth1/1
- Eth1/2
trust: both
rewrite_pcp: disabled
rewrite_dscp: enabled
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Anas Badaha (@anasb)