~starkingdoms/starkingdoms

ref: c76b5b6aecccad32a55c6f939ddd9a17be32acee starkingdoms/docker/Dockerfile.ansible -rw-r--r-- 82 bytes
c76b5b6a — ghostlyzsh appease the git gods 1 year, 10 months ago
                                                                                
1
2
3
FROM alpine
RUN apk add --no-cache ansible sshpass openssh
ENTRYPOINT ["/bin/sh"]