mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 20:54:25 -07:00
25 lines
777 B
YAML
25 lines
777 B
YAML
mysql_user: root
|
|
mysql_password: msandbox
|
|
mysql_host: '{{ gateway_addr }}'
|
|
mysql_primary_port: 3307
|
|
mysql_replica1_port: 3308
|
|
mysql_replica2_port: 3309
|
|
|
|
test_db: test_db
|
|
test_table: test_table
|
|
test_primary_delay: 60
|
|
replication_user: replication_user
|
|
replication_pass: replication_pass
|
|
dump_path: /tmp/dump.sql
|
|
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 }}"
|