blob: ad5c5b712778f5f21a373711f0fe7e8960b17721 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
- include_vars: "{{ ansible_os_family }}.yml"
- include: mysql.yml
when: haproxy_hosts is not defined
- include: mariadb.yml
when: haproxy_hosts is defined
- include: mongodb.yml
|