ae7f4ddc3e
This patch ads proxysql-config role which is used for generating users and rules configuration. Change-Id: I1fcb0e8040ea55f8f6b8384a56479eabdaf61c33
9 lines
155 B
YAML
9 lines
155 B
YAML
---
|
|
- import_role:
|
|
name: haproxy-config
|
|
when: haproxy_config_install | bool
|
|
|
|
- import_role:
|
|
name: proxysql-config
|
|
when: enable_proxysql | bool
|