11 lines
188 B
YAML
11 lines
188 B
YAML
|
---
|
||
|
|
||
|
- name: INCLUDE | Replication Master
|
||
|
include: master.yml
|
||
|
when: mysql_replication_master
|
||
|
|
||
|
- name: INCLUDE | Replication slave
|
||
|
include: slave.yml
|
||
|
when: mysql_replication_slave
|
||
|
|