mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 13:14:26 -07:00
Backport flags and variables to differentiate MariaDB from MySQL setup
(cherry picked from commit b4303511d5
)
This commit is contained in:
parent
518ef33696
commit
14f3726abf
6 changed files with 38 additions and 14 deletions
|
@ -3,11 +3,16 @@ dbdeployer_home_dir: /opt/dbdeployer
|
|||
|
||||
home_dir: /root
|
||||
|
||||
percona_client_version: 5.7
|
||||
|
||||
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 -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue