W3cubDocs

/Ansible

rabbitmq_parameter - Adds or removes parameters to RabbitMQ

Synopsis

Manage dynamic, cluster-wide parameters for RabbitMQ

Options

parameter required default choices comments
component
yes
Name of the component of which the parameter is being set
name
yes
Name of the parameter being set
node
no rabbit
erlang node name of the rabbit we wish to configure
state
no present
  • present
  • absent
Specify if user is to be added or removed
value
no
Value of the parameter, as a JSON term
vhost
no /
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

This is an Extras Module

For more information on what this means please read Extras Modules

For help in developing on modules, should you be so inclined, please read Community Information & Contributing, developing_test_pr and Developing Modules.

© 2012–2016 Michael DeHaan
© 2016 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/rabbitmq_parameter_module.html