2019-10-04 12:49:19 +02:00
|
|
|
# Copyright: (c) 2019, Andrew Klychkov (@Andersson007) <aaklychkov@mail.ru>
|
|
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
|
2019-10-17 14:17:15 +02:00
|
|
|
# Setup MySQL master-standby replication into one container:
|
2019-10-04 12:49:19 +02:00
|
|
|
- import_tasks: setup_mysql_cluster.yml
|
|
|
|
when: ansible_distribution == 'CentOS' and ansible_distribution_major_version >= '7'
|