W3cubDocs

/Ansible 2.9

rabbitmq_global_parameter – Manage RabbitMQ global parameters

New in version 2.8.

Synopsis

  • Manage dynamic, cluster-wide global parameters for RabbitMQ

Parameters

Parameter Choices/Defaults Comments
name
- / required
Default:
null
Name of the global parameter being set
node
-
Default:
"rabbit"
erlang node name of the rabbit we wish to configure
state
-
    Choices:
  • present
  • absent
Specify if user is to be added or removed
value
-
Default:
null
Value of the global parameter, as a JSON term

Examples

# Set the global parameter 'cluster_name' to a value of 'mq-cluster' (in quotes)
- rabbitmq_global_parameter:
    name: cluster_name
    value: "{{ 'mq-cluster' | to_json }}"
    state: present

Return Values

Common return values are documented here, the following are the fields unique to this module:

Key Returned Description
name
string
success
name of the global parameter being set

Sample:
cluster_name
value
string
changed
value of the global parameter, as a JSON term

Sample:
the-cluster-name


Status

Authors

  • Juergen Kirschbaum (@jgkirschbaum)

Hint

If you notice any issues in this documentation, you can edit this document to improve it.

© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.9/modules/rabbitmq_global_parameter_module.html