This commit is contained in:
starry
2025-07-16 12:35:21 +00:00
commit 1f7b4314c3
49 changed files with 18341 additions and 0 deletions

8
ansible/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM alpine
RUN apk add --update --no-cache ansible bash openssh sshpass rsync py3-passlib
COPY ansible /etc/ansible
ENTRYPOINT []
CMD ["ansible", "--help"]