Merge branch 'project-task-111' into 'development'
feat: keycloak config See merge request nofusscomputing/projects/ansible/execution_environment!179
This commit is contained in:
@ -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 \
|
||||
|
@ -1,7 +1,7 @@
|
||||
ansible-core==2.16.1
|
||||
ansible-lint==6.15.0
|
||||
ansible-runner==2.3.4
|
||||
|
||||
awxkit==23.5.1
|
||||
# Required for community.general.gitlab_*
|
||||
python_gitlab==3.14.0
|
||||
# community.postgresql
|
||||
@ -10,3 +10,5 @@ psycopg2==2.9.9
|
||||
PyMySQL==1.1.0
|
||||
|
||||
dnspython
|
||||
|
||||
xmltodict==0.13.0
|
Reference in New Issue
Block a user