mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
Added test
This commit is contained in:
parent
35122ce3f1
commit
6f686aad9a
5 changed files with 312 additions and 0 deletions
|
@ -15,3 +15,11 @@ test_channel: test_channel-1
|
|||
|
||||
user_name_1: 'db_user1'
|
||||
user_password_1: 'gadfFDSdtTU^Sdfuj'
|
||||
|
||||
enable_group_replication: true
|
||||
group_replication_group_name: 'aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee'
|
||||
group_replication_port: 33061
|
||||
group_replication_user: 'group_repl_user'
|
||||
group_replication_pass: 'group_repl_pass'
|
||||
group_replication_local_address: "{{ mysql_host }}:{{ group_replication_port }}"
|
||||
group_replication_group_seeds: "{{ mysql_host }}:{{ group_replication_port }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue