New in version 2.8.
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 - |
| Specify if user is to be added or removed |
value - | Default: null | Value of the global parameter, as a JSON term |
# 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
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 |
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