chore: allow vagrant rabbitmq management access

This commit is contained in:
jo 2022-06-21 12:47:19 +02:00 committed by Kyle Robbertze
parent 1a9fa6b559
commit 4004981429
2 changed files with 6 additions and 0 deletions

View file

@ -11,3 +11,7 @@ append_if_missing "host all all 0.0.0.0/0 md5" /etc/postgresql/*/main/pg_hba.con
append_if_missing "host all all ::/0 md5" /etc/postgresql/*/main/pg_hba.conf
systemctl restart postgresql.service
# Setup rabbitmq management interface
rabbitmq-plugins enable rabbitmq_management
rabbitmqctl set_user_tags libretime administrator