~starkingdoms/starkingdoms

ref: 8d0509bbdd95ee426b45daf21c178739a3765dff starkingdoms/Dockerfile.ansible -rw-r--r-- 82 bytes
8d0509bb — 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"]