Init repo with working rabbitmq role

This commit is contained in:
2023-11-14 11:07:18 +01:00
commit c43815c9b6
12 changed files with 383 additions and 0 deletions

15
group_vars/rabbitmq_stg Normal file
View File

@@ -0,0 +1,15 @@
---
rabbitmq_admin_username: "admin"
rabbitmq_admin_password: "changeme"
rabbitmq_cluster_name: "rabbitmq_stg"
rabbitmq_cluster_nodes: {}
rabbitmq_vhosts:
- test
rabbitmq_app_users:
- username: "seb"
password: "changeme"
vhost: "test"