2015-08-11 16:26:56 +07:00
|
|
|
---
|
|
|
|
|
2015-08-21 15:10:27 +07:00
|
|
|
- name: INCLUDE | Replication Master
|
|
|
|
include: master.yml
|
2018-03-17 23:28:54 +07:00
|
|
|
when: mariadb_replication_master
|
2015-08-21 15:10:27 +07:00
|
|
|
|
|
|
|
- name: INCLUDE | Replication slave
|
|
|
|
include: slave.yml
|
2018-03-17 23:28:54 +07:00
|
|
|
when: mariadb_replication_slave
|