New in version 1.5.
Manage the state of a virtual host in RabbitMQ.
parameter | required | default | choices | comments |
---|---|---|---|---|
apply_to (added in 2.1)
| no | all |
| What the policy applies to. Requires RabbitMQ 3.2.0 or later. |
name | yes | The name of the policy to manage. |
||
node | no | rabbit | Erlang node name of the rabbit we wish to configure. |
|
pattern | yes | A regex of queues to apply the policy to. |
||
priority | no | The priority of the policy. |
||
state | no | present |
| The state of the policy. |
tags | yes | A dict or string describing the policy. |
||
vhost | no | / | The name of the vhost to apply to. |
- name: ensure the default vhost contains the HA policy via a dict rabbitmq_policy: name=HA pattern='.*' args: tags: "ha-mode": all - name: ensure the default vhost contains the HA policy rabbitmq_policy: name=HA pattern='.*' tags="ha-mode=all"
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_policy_module.html