New in version 1.5.
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
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.
© 2012–2017 Michael DeHaan
© 2017 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/rabbitmq_policy_module.html