mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-04 09:40:31 -07:00
* Enable and fix integration tests for devel * Update repo targets * Remove useless directive * default container -> ubuntu1804 * revert last commit * 10.2 does not support 20.04 focal; increase to 10.3
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 -%}
|