.
All checks were successful
/ build-docker-image (push) Successful in 37s

This commit is contained in:
2024-09-07 01:48:20 +01:00
parent 9a4ad3aeb9
commit 9c6b4ee75b
6 changed files with 26 additions and 18 deletions

View File

@@ -8,11 +8,11 @@ RUN apt-get install python3-virtualenv -y
RUN pip3 install ansible --break-system-packages
RUN pip3 install ansible-runner --break-system-packages
RUN mkdir /workspace
RUN mkdir /project
RUN mkdir /scripts
RUN mkdir /data
COPY scripts /scripts
COPY playbook-sample-workspace /workspace
COPY playbook-sample-project /project
ENTRYPOINT ["python3", "/scripts/run-ansible-playbook.py"]