aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks/config.yml
blob: 091cca147e3bea2738a05ca0eda0bf443404bb82 (plain) (blame)
1
2
3
4
5
6
7
---
- name: config | Configuring RabbitMQ
  template:
    src: "{{ rabbitmq_config_file }}"
    dest: "/etc/rabbitmq/rabbitmq.config"
  become: true
  notify: "restart rabbitmq-server"