infra-ansible

ansible script to ship alpine/ssh/wireguard

git clone https://9o.is/git/infra-ansible.git

commit b9d7012da19f2f0d4a33487f677a34babceba48e
parent f6ffa651f7fcec9119a8e2550d3f8dacef85e15d
Author: Jul <jul@9o.is>
Date:   Mon, 13 May 2024 15:28:47 +0800

remove local compose testing

Diffstat:
Dhost/test/Dockerfile | 9---------
Dhost/test/authorized_keys | 1-
Dhost/test/compose.yml | 8--------
3 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/host/test/Dockerfile b/host/test/Dockerfile @@ -1,9 +0,0 @@ -FROM debian:bookworm-20240130-slim - -RUN mkdir /var/run/sshd; \ - apt update && apt install -y openssh-server - -COPY authorized_keys /root/.ssh/authorized_keys - -CMD /usr/sbin/sshd -D - diff --git a/host/test/authorized_keys b/host/test/authorized_keys @@ -1 +0,0 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4zNrHVit/S7gU3qW2IbSP8jtUpGSP3tb+z/PBSXD66 jul@9o.is diff --git a/host/test/compose.yml b/host/test/compose.yml @@ -1,8 +0,0 @@ -version: '3' -services: - server: - build: . - container_name: server - ports: - - "2222:22" -