~starkingdoms/starkingdoms

ref: 7be501acfca4802b6f18e479afd3762f603058e6 starkingdoms/docker/Dockerfile.ansible -rw-r--r-- 82 bytes
7be501ac — core load keys from json instead of from bytes pt2 fix it 1 year, 11 months ago
                                                                                
1
2
3
FROM alpine
RUN apk add --no-cache ansible sshpass openssh
ENTRYPOINT ["/bin/sh"]