~starkingdoms/starkingdoms

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