mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
* Add changelog fragment * Add check_hostname option * Propagate check_hostname option across the collection * Update documentation fragment * Propagate test to all other plugins * Remove stray line * Give test user privileges to run test operations * Extend integration tests job matrix * Add caution note to documentation fragment. * Update matrix job name * Rearrange job matrix * Fix sanity issues * Fix issue with mysqldb silently failing to update out of range variables * Fix variable overwrite * Ignore `check_hostname` when using MySQLdb * Update plugins/doc_fragments/mysql.py Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> * Update plugins/doc_fragments/mysql.py Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> * Update changelogs/fragments/35-disable-hostname-check.yml Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
17 lines
390 B
YAML
17 lines
390 B
YAML
mysql_user: root
|
|
mysql_password: msandbox
|
|
mysql_host: 127.0.0.1
|
|
mysql_primary_port: 3307
|
|
mysql_replica1_port: 3308
|
|
mysql_replica2_port: 3309
|
|
|
|
test_db: test_db
|
|
test_table: test_table
|
|
test_master_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'
|