rabbitmq_user
Collection: community.general
Full Name: parallax.community.general.rabbitmq_user
Aliases: community.general.rabbitmq_user, rabbitmq_user
Synopsis
Manage rabbitmq user
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| user | string | yes | Name of the RabbitMQ user | |
| password | string | Password for the user | ||
| tags | string | Comma-separated list of tags for the user | ||
| vhost | string | / | Vhost to apply permissions to | |
| state | string | present | State of the user Choices: present, absent | |
| configure_priv | string | .* | Regular expression for configure permission | |
| write_priv | string | .* | Regular expression for write permission | |
| read_priv | string | .* | Regular expression for read permission | |
| node | string | Erlang node name of the rabbit we wish to configure | ||
| force | bool | false | Force user update |
Example
- name: Example rabbitmq_user task
rabbitmq_user:
user: <your_user>