summaryrefslogtreecommitdiffstats
path: root/compass/deploy/ansible/roles/database/tasks/main.yml
blob: e66f0cd2be2833deda5d3243ec863a441c4cc495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- name: copy data.sh
  template: src=data.j2 dest=/opt/data.sh mode=777
  tags:
    - mysql_user

- include: mysql.yml
  when: HA_CLUSTER is not defined

- include: mariadb.yml
  when: HA_CLUSTER is defined