blob: 521f5995a5b600ad40eb1646e16ea1bc82a6d1c0 (
plain)
1
2
3
4
5
6
7
8
9
|
---
- include_vars: "{{ ansible_os_family }}.yml"
- include: rabbitmq_install.yml
- include: rabbitmq_config.yml
when: inventory_hostname == haproxy_hosts.keys()[0]
- meta: flush_handlers
|