~starkingdoms/starkingdoms

ref: 0f412a19d7d3ca27558ef5721e6f36de739ad38e starkingdoms/docker/Dockerfile.ansible -rw-r--r-- 82 bytes
0f412a19 — ghostlyzsh Merge branch 'bevy_rewrite' of https://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"]