| parameter |
required |
default |
choices |
comments |
| configure_priv |
no |
^$ |
|
Regular expression to restrict configure actions on a resource for the specified vhost.By default all actions are restricted. |
| force |
no |
no |
|
Deletes and recreates the user. |
| node |
no |
rabbit |
|
erlang node name of the rabbit we wish to configure |
| password |
no |
|
|
Password of user to add.To change the password of an existing user, you must also specify force=yes. |
| read_priv |
no |
^$ |
|
Regular expression to restrict configure actions on a resource for the specified vhost.By default all actions are restricted. |
| state |
no |
present |
|
Specify if user is to be added or removed |
| tags |
no |
|
|
User tags specified as comma delimited |
| user |
yes |
|
|
Name of user to add |
| vhost |
no |
/ |
|
vhost to apply access privileges. |
| write_priv |
no |
^$ |
|
Regular expression to restrict configure actions on a resource for the specified vhost.By default all actions are restricted. |