mirror of
https://gitea.0xace.cc/ansible-galaxy/rabbitmq.git
synced 2024-11-25 00:06:43 +00:00
9 lines
200 B
YAML
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
|