feat: keycloak config #206

Merged
jon_nfc merged 3 commits from project-task-111 into development 2024-01-02 07:19:51 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit c29bad5daa - Show all commits

View File

@ -86,6 +86,7 @@ RUN ansible-galaxy collection install \
awx.awx==23.5.0 \
# ansible.posix.authorized_key for SSH
ansible.posix==1.5.4 \
ansible.utils=3.0.0 \
community.dns==2.6.4 \
# docker managment
community.docker==3.4.11 \

View File

@ -9,4 +9,6 @@ psycopg2==2.9.9
# community.mysql
PyMySQL==1.1.0
dnspython
dnspython
xmltodict==0.13.0