fix: non urgent #51
11
dockerfile
11
dockerfile
@ -44,7 +44,10 @@ RUN export DEBIAN_FRONTEND=noninteractive \
|
|||||||
&& 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 \
|
||||||
&& apt list --installed
|
&& apt list --installed \
|
||||||
|
# see issue https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/issues/9 for following two lines
|
||||||
|
&& rm /usr/bin/python3 \
|
||||||
|
&& ln -s /usr/local/bin/python3.11 /usr/bin/python3
|
||||||
|
|
||||||
|
|
||||||
WORKDIR /workdir
|
WORKDIR /workdir
|
||||||
@ -62,4 +65,8 @@ RUN ansible-galaxy collection install \
|
|||||||
awx.awx \
|
awx.awx \
|
||||||
kubernetes.core \
|
kubernetes.core \
|
||||||
# community.general.gitlab_*
|
# community.general.gitlab_*
|
||||||
community.general
|
community.general \
|
||||||
|
# ansible.posix.authorized_key for SSH
|
||||||
|
ansible.posix \
|
||||||
|
# docker managment
|
||||||
|
community.docker
|
Reference in New Issue
Block a user