---
- include_vars: "{{ ansible_os_family }}.yml"

- include: rabbitmq_install.yml

- include: rabbitmq_config.yml
  when: inventory_hostname == haproxy_hosts.keys()[0]

- meta: flush_handlers