rabbitmq/tasks/configure.yaml
2023-02-08 01:38:33 +03:00

9 lines
200 B
YAML

---
- name: Configure rabbitmq
template:
src: rabbitmq.conf.j2
dest: /etc/rabbitmq/rabbitmq.conf
notify:
- Restart RabbitMQ server
when: rabbitmq_conf is defined or rabbitmq_cluster