mellanox.onyx.onyx_wjh – Configure what-just-happend module¶
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_wjh
.
Parameters¶
Examples¶
- name: Enable wjh
onyx_wjh:
group: forwarding
enabled: True
- name: Disable wjh
onyx_wjh:
group: forwarding
enabled: False
- name: Enable auto-export
onyx_wjh:
auto_export: True
export_group: forwarding
- name: Disable auto-export
onyx_wjh:
auto_export: False
export_group: forwarding
- name: Clear pcap file
onyx_wjh:
clear_group: auto-export
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Anas Shami (@anass)