11
dockerfile
11
dockerfile
@ -71,12 +71,13 @@ RUN pip install --index-url https://gitlab.com/api/v4/projects/45741845/packages
|
|||||||
|
|
||||||
|
|
||||||
RUN ansible-galaxy collection install \
|
RUN ansible-galaxy collection install \
|
||||||
awx.awx \
|
|
||||||
kubernetes.core \
|
|
||||||
# community.general.gitlab_*
|
|
||||||
community.general \
|
|
||||||
# ansible.posix.authorized_key for SSH
|
# ansible.posix.authorized_key for SSH
|
||||||
ansible.posix \
|
ansible.posix \
|
||||||
|
awx.awx \
|
||||||
|
# community.general.gitlab_*
|
||||||
|
community.general \
|
||||||
# docker managment
|
# docker managment
|
||||||
community.docker \
|
community.docker \
|
||||||
community.mysql
|
community.mysql \
|
||||||
|
community.postgresql \
|
||||||
|
kubernetes.core
|
@ -3,4 +3,6 @@ ansible-lint==6.15.0
|
|||||||
ansible-runner==2.3.4
|
ansible-runner==2.3.4
|
||||||
|
|
||||||
# Required for community.general.gitlab_*
|
# Required for community.general.gitlab_*
|
||||||
python_gitlab==3.14.0
|
python_gitlab==3.14.0
|
||||||
|
# community.postgresql
|
||||||
|
psycopg2==2.9.9
|
||||||
|
Reference in New Issue
Block a user