mellanox.onyx.onyx_aaa – Configures AAA parameters¶
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_aaa
.
New in version 0.2.0: of mellanox.onyx
Synopsis¶
This module provides declarative management of AAA protocol params on Mellanox ONYX network devices.
Parameters¶
Examples¶
- name: Configures aaa
onyx_aaa:
tacacs_accounting_enabled: yes
auth_default_user: monitor
auth_order: local-only
auth_fallback_enabled: false
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Sara Touqan (@sarato)