onyx_qos – Configures QoS¶
New in version 2.9.
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:
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Anas Badaha (@anasb)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.