mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2026-02-04 07:11:49 +00:00
* mysql_info: Add support for source terminology for slave_status filter * Update changelogs/fragments/mysql_info_fix_slave_status_for_source_terminology.yaml --------- Co-authored-by: Luca Keidel <luca.keidel@check24.de> Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>
12 lines
243 B
YAML
12 lines
243 B
YAML
---
|
|
# defaults file for test_mysql_info
|
|
mysql_user: root
|
|
mysql_password: msandbox
|
|
mysql_host: '{{ gateway_addr }}'
|
|
mysql_primary_port: 3307
|
|
mysql_replica1_port: 3308
|
|
|
|
db_name: data
|
|
|
|
user_name_1: 'db_user1'
|
|
user_password_1: 'gadfFDSdtTU^Sdfuj'
|