Manage RabbitMQ Users.
rabbit_user:
rabbitmq_user.present:
- password: password
- force: True
- tags: administrator
- permissions:
- '/':
- '.*'
- '.*'
- '.*'
- runas: rabbitmq
Ensure the named user is absent
Ensure the RabbitMQ user exists.