2015-08-11 16:26:56 +07:00
|
|
|
---
|
|
|
|
|
2015-08-21 15:10:27 +07:00
|
|
|
- name: INCLUDE | Replication Master
|
2019-04-16 18:55:38 +07:00
|
|
|
import_tasks: 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
|
2019-04-16 18:55:38 +07:00
|
|
|
import_tasks: slave.yml
|
2018-03-17 23:28:54 +07:00
|
|
|
when: mariadb_replication_slave
|