kolla-ansible/ansible/roles/loadbalancer-config/defaults/main.yml
Michal Arbet 4838591c6c Add loadbalancer-config role and wrap haproxy-config role inside
This patch adds loadbalancer-config role
which is "wrapper" around haproxy-config
and proxysql-config role which will be added
in follow-up patches.

Change-Id: I64d41507317081e1860a94b9481a85c8d400797d
2022-08-09 12:15:49 +02:00

3 lines
92 B
YAML

---
haproxy_config_install: "{{ project_name != 'mariadb' or not enable_proxysql | bool }}"