~starkingdoms/starkingdoms

ref: 3d0d439b9ee36efed58d878f127df890bd8696ab starkingdoms/docker/Dockerfile.ansible -rw-r--r-- 82 bytes
3d0d439b — core Merge branch 'bevy_rewrite' of gitlab.com:starkingdoms.tk/starkingdoms.tk into bevy_rewrite 1 year, 8 months ago
                                                                                
1
2
3
FROM alpine
RUN apk add --no-cache ansible sshpass openssh
ENTRYPOINT ["/bin/sh"]