~starkingdoms/starkingdoms

ref: 330e3a29c76e7582ae2169b6ed8cf6ae362431e6 starkingdoms/docker/Dockerfile.ansible -rw-r--r-- 82 bytes
330e3a29 — core API work 2 years ago
                                                                                
1
2
3
FROM alpine
RUN apk add --no-cache ansible sshpass openssh
ENTRYPOINT ["/bin/sh"]