@ -50,6 +50,7 @@ RUN apt update \
|
|||||||
sshpass \
|
sshpass \
|
||||||
postgresql-common \
|
postgresql-common \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
|
mariadb-client \
|
||||||
&& mkdir -p /etc/ansible/roles \
|
&& mkdir -p /etc/ansible/roles \
|
||||||
&& mkdir -p /etc/ansible/collections \
|
&& mkdir -p /etc/ansible/collections \
|
||||||
&& mkdir -p /workdir \
|
&& mkdir -p /workdir \
|
||||||
|
@ -6,3 +6,5 @@ ansible-runner==2.3.4
|
|||||||
python_gitlab==3.14.0
|
python_gitlab==3.14.0
|
||||||
# community.postgresql
|
# community.postgresql
|
||||||
psycopg2==2.9.9
|
psycopg2==2.9.9
|
||||||
|
# community.mysql
|
||||||
|
PyMySQL==1.1.0
|
||||||
|
Reference in New Issue
Block a user