2019-09-27 15:29:34 +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)
|
|
|
|
|
|
|
|
# Initial CI tests of mysql_replication module
|
|
|
|
- import_tasks: mariadb_replication_initial.yml
|
|
|
|
when: ansible_distribution == 'CentOS' and ansible_distribution_major_version >= '7'
|
2019-10-03 14:32:41 +02:00
|
|
|
|
|
|
|
# Tests of master_use_gtid parameter
|
|
|
|
# https://github.com/ansible/ansible/pull/62648
|
|
|
|
- import_tasks: mariadb_master_use_gtid.yml
|
|
|
|
when: ansible_distribution == 'CentOS' and ansible_distribution_major_version >= '7'
|
2019-10-09 10:05:55 +02:00
|
|
|
|
|
|
|
# Tests of connection_name parameter
|
|
|
|
- import_tasks: mariadb_replication_connection_name.yml
|
|
|
|
when: ansible_distribution == 'CentOS' and ansible_distribution_major_version >= '7'
|