rabbitmq_parameter - Adds or removes parameters to RabbitMQ¶
Parameters¶
Parameter | Choices/Defaults | Comments |
---|---|---|
component
required |
Name of the component of which the parameter is being set
|
|
name
required |
Name of the parameter being set
|
|
node |
Default: rabbit
|
erlang node name of the rabbit we wish to configure
|
state |
|
Specify if user is to be added or removed
|
value |
Value of the parameter, as a JSON term
|
|
vhost |
Default: /
|
vhost to apply access privileges.
|
Examples¶
# Set the federation parameter 'local_username' to a value of 'guest' (in quotes)
- rabbitmq_parameter:
component: federation
name: local-username
value: '"guest"'
state: present
Status¶
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Maintenance¶
This module is flagged as community which means that it is maintained by the Ansible Community. See Module Maintenance & Support for more info.
For a list of other modules that are also maintained by the Ansible Community, see here.
Author¶
- “Chris Hoffman (@chrishoffman)”
Hint
If you notice any issues in this documentation you can edit this document to improve it.