rabbitmq_user

Collection: community.general

Full Name: parallax.community.general.rabbitmq_user

Aliases: community.general.rabbitmq_user, rabbitmq_user

Synopsis

Manage rabbitmq user

Parameters

NameTypeRequiredDefaultDescription
userstringyesName of the RabbitMQ user
passwordstringPassword for the user
tagsstringComma-separated list of tags for the user
vhoststring/Vhost to apply permissions to
statestringpresentState of the user Choices: present, absent
configure_privstring.*Regular expression for configure permission
write_privstring.*Regular expression for write permission
read_privstring.*Regular expression for read permission
nodestringErlang node name of the rabbit we wish to configure
forceboolfalseForce user update

Example

- name: Example rabbitmq_user task
  rabbitmq_user:
    user: <your_user>