mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
* Sync GHA workflow w/ the collection template (#452) * Sync GHA workflow w/ the collection template * Drop the trailing pre-cmd semicolon * Recover missing `-e` flag of `sed` * Use relative paths for version configs * Unquote `env.connector_version_file` * Use string formatting to fix the substitution problem (cherry picked from commit8107530744
) * Backport mysql_version_parts variable assignation (cherry picked from commit79046a88cb
) * Add changelog fragment * Backport flags and variables to differentiate MariaDB from MySQL setup * Backport issue-28 check for tls support * Backport tls_requirements simplified and deduplified tests Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
18 lines
312 B
YAML
18 lines
312 B
YAML
dbdeployer_version: 1.64.0
|
|
dbdeployer_home_dir: /opt/dbdeployer
|
|
|
|
home_dir: /root
|
|
|
|
mariadb_install: false
|
|
|
|
mysql_version: 8.0.22
|
|
mariadb_version: 10.5.4
|
|
|
|
mysql_base_port: 3306
|
|
|
|
percona_client_package: >-
|
|
{%- if mariadb_install -%}
|
|
mariadb-client
|
|
{%- else -%}
|
|
percona-server-client-5.7
|
|
{%- endif -%}
|