mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
* mysql_replication: Add aliases, add alternatives for the state option, announce major changes * Change tests * Add changelog fragment * Fix changelog * Update plugins/modules/mysql_replication.py Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <jorge.rodriguez@tiriel.eu> * Update plugins/modules/mysql_replication.py Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <jorge.rodriguez@tiriel.eu> Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <jorge.rodriguez@tiriel.eu>
21 lines
819 B
YAML
21 lines
819 B
YAML
####################################################################
|
|
# WARNING: These are designed specifically for Ansible tests #
|
|
# and should not be used as examples of how to write Ansible roles #
|
|
####################################################################
|
|
|
|
# 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: mysql_replication_initial.yml
|
|
|
|
# Tests of primary_delay parameter:
|
|
- import_tasks: mysql_replication_primary_delay.yml
|
|
|
|
# Tests of channel parameter:
|
|
- import_tasks: mysql_replication_channel.yml
|
|
|
|
# Tests of resetprimary mode:
|
|
- import_tasks: mysql_replication_resetprimary_mode.yml
|
|
|
|
- include: issue-28.yml
|