Example:
rabbit_user:
rabbitmq_user.present:
- password: password
- force: True
- tags:
- monitoring
- user
- perms:
- '/':
- '.*'
- '.*'
- '.*'
- runas: rabbitmq Ensure the named user is absent
The name of the user to remove
User to run the command
Ensure the RabbitMQ user exists.
User name
User's password, if one needs to be set
If user exists, forcibly change the password
Optional list of tags for the user
A list of dicts with vhost keys and 3-tuple values
Name of the user to run the command
© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/states/all/salt.states.rabbitmq_user.html