Bind RabbitMQ to localhost only

This commit is contained in:
phil 2023-09-27 18:30:55 +02:00
parent 8197ae84b9
commit b66ab71996
2 changed files with 12 additions and 0 deletions

5
handlers/main.yml Normal file
View file

@ -0,0 +1,5 @@
---
- name: Restart RabbitMQ
ansible.builtin.service:
name: rabbitmq-server
state: restarted