community.windows.win_rabbitmq_plugin – Manage RabbitMQ plugins¶
Note
This plugin is part of the community.windows collection (version 1.3.0).
To install it use: ansible-galaxy collection install community.windows
.
To use it in a playbook, specify: community.windows.win_rabbitmq_plugin
.
Parameters¶
Examples¶
- name: Enables the rabbitmq_management plugin
community.windows.win_rabbitmq_plugin:
names: rabbitmq_management
state: enabled
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Artem Zinenko (@ar7z1)