Example:
virtual_host:
rabbitmq_vhost.present:
- user: rabbit_user
- conf: .*
- write: .*
- read: .*
Ensure the RabbitMQ Virtual Host is absent
Name of the Virtual Host to remove
User to run the command
Deprecated since version 2015.8.0.
Ensure the RabbitMQ VHost exists.
VHost name
Initial user permission to set on the VHost, if present
Deprecated since version 2015.8.0.
Initial owner permission to set on the VHost, if present
Deprecated since version 2015.8.0.
Initial conf string to apply to the VHost and user. Defaults to .*
Deprecated since version 2015.8.0.
Initial write permissions to apply to the VHost and user. Defaults to .*
Deprecated since version 2015.8.0.
Initial read permissions to apply to the VHost and user. Defaults to .*
Deprecated since version 2015.8.0.
Name of the user to run the command
Deprecated since version 2015.8.0.
Generated on May 22, 2024 at 17:25:40 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.8, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy