Draft: Add a mariadb container

This commit is contained in:
Laurent Indermuehle 2022-12-05 18:54:55 +01:00
commit 86188a20aa
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
4 changed files with 62 additions and 58 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
.PHONY: test-integration-ansible-2-11-python-3-8-mariadb-10-5
test-integration-ansible-2-11-python-3-8-mariadb-10-5:
podman run --detach --name mariadb105 --env MARIADB_ROOT_PASSWORD=msandbox --publish 3307:3306 mariadb:10.5
ansible-test integration --docker --python 3.8 test_mysql_user