Example:
rabbit_user:
rabbitmq_user.present:
- password: password
- force: True
- tags:
- monitoring
- user
- perms:
- '/':
- '.*'
- '.*'
- '.*'
- runas: rabbitmq
salt.states.rabbitmq_user.
absent
(name, runas=None)¶Ensure the named user is absent
The name of the user to remove
User to run the command
salt.states.rabbitmq_user.
present
(name, password=None, force=False, tags=None, perms=, runas=None)¶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
Generated on June 18, 2020 at 04:09:58 UTC.
You are viewing docs for the latest stable release, 3001. Switch to docs for the previous stable release, 3000.3, or to a recent doc build from the master branch.
© 2020 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy