~starkingdoms/starkingdoms

ref: 9df232b1f4ecc59120b4cc7cb993bed6aa5edb81 starkingdoms/docker/Dockerfile.ansible -rw-r--r-- 82 bytes
9df232b1 — 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"]