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

9
playbooks/rabbitmq.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- name: install and configure rabbitmq
hosts: rabbitmq
serial: 1
roles:
- rabbitmq