feat: add RabbitMQ vhost and user configuration for mnemosyne

This commit is contained in:
2026-03-22 00:38:56 +00:00
parent f6aae9a6ea
commit bc1cf0e9dc
2 changed files with 155 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ docker_gpg_key_checksum: sha256:1500c1f56fa9e26b9b8f42452a553675796ade0807cdce11
# RabbitMQ provisioning config
rabbitmq_vhosts:
- name: kairos
- name: mnemosyne
- name: spelunker
rabbitmq_users:
@@ -88,6 +89,11 @@ rabbitmq_permissions:
configure_priv: .*
read_priv: .*
write_priv: .*
- vhost: mnemosyne
user: mnemosyne
configure_priv: .*
read_priv: .*
write_priv: .*
- vhost: spelunker
user: spelunker
configure_priv: .*