ssh working

This commit is contained in:
bwr
2025-08-15 08:55:35 +00:00
parent 02aad24b0e
commit 2292e47e5c
13 changed files with 4249 additions and 15 deletions

View File

@@ -4,10 +4,11 @@ LABEL authors="bwr"
RUN pip install ansible
COPY .bashrc /root/
COPY ansible.key known_hosts /root/.ssh/
COPY kube-cluster \
playbooks \
roles \
/
COPY id_ed25519 known_hosts /root/.ssh/
COPY kube-cluster /kube-cluster
COPY playbooks /playbooks
COPY roles /roles
COPY setup.sh /
ENTRYPOINT ["/bin/bash"]