Files
shell/ansible/Dockerfile
2025-07-16 12:35:21 +00:00

8 lines
166 B
Docker

FROM alpine
RUN apk add --update --no-cache ansible bash openssh sshpass rsync py3-passlib
COPY ansible /etc/ansible
ENTRYPOINT []
CMD ["ansible", "--help"]