feat: add database clients #122

Merged
jon_nfc merged 5 commits from database into development 2023-10-21 02:25:17 +00:00
2 changed files with 14 additions and 6 deletions
Showing only changes of commit e38f0e58b3 - Show all commits

View File

@ -50,6 +50,7 @@ RUN apt update \
sshpass \
postgresql-common \
postgresql-client \
mariadb-client \
&& mkdir -p /etc/ansible/roles \
&& mkdir -p /etc/ansible/collections \
&& mkdir -p /workdir \

View File

@ -6,3 +6,5 @@ ansible-runner==2.3.4
python_gitlab==3.14.0
# community.postgresql
psycopg2==2.9.9
# community.mysql
PyMySQL==1.1.0