community.mysql/tests/integration/targets/setup_mysql/defaults/main.yml
Laurent Indermuehle b821db97c5
Generalize mysql and mariadb version based on container name
This way we can split db_engine and db_version and simplify tests.
Also this is mandatory to use the matrix.db_engine_version as the
image name for our services containers.
2023-01-04 14:14:13 +01:00

5 lines
130 B
YAML

---
home_dir: "{{ playbook_dir }}/root"
db_engine_version: mysql:8.0.22
mysql_base_port: 3306
python_packages: [pymysql == 0.9.3]