Document how to enable mutliple plugins in defaults, as a comma separated list
Change-Id: Id186abad9f7a99879e041176670f4c6c3ed85aff
This commit is contained in:
1 changed files with 5 additions and 0 deletions
@@ -89,6 +89,11 @@ rabbitmq_cluster_partition_handling: pause_minority
rabbitmq_ulimit:65536
# Configure rabbitmq plugins
# This should be a comma-separated list of plugin names.
# Any plugin not listed will be disabled automatically.
# rabbitmq_plugins:
# - name: rabbitmq_management,rabbitmq_prometheus
# state: enabled
rabbitmq_plugins:
- name:rabbitmq_management
state:enabled
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.