update
This commit is contained in:
8
ansible/Dockerfile
Normal file
8
ansible/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk add --update --no-cache ansible bash openssh sshpass rsync py3-passlib
|
||||
|
||||
COPY ansible /etc/ansible
|
||||
|
||||
ENTRYPOINT []
|
||||
CMD ["ansible", "--help"]
|
||||
Reference in New Issue
Block a user