From cc1ee06af7f1026015fef586808cec7136cb68c3 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 3 Jan 2026 18:45:29 +0100 Subject: Add ssh server Again, Contabo installs it by default, but it's not on the Incus image. --- infrastructure/roles/ssh/tasks/main.yaml | 4 ++++ infrastructure/site.yaml | 1 + 2 files changed, 5 insertions(+) create mode 100644 infrastructure/roles/ssh/tasks/main.yaml diff --git a/infrastructure/roles/ssh/tasks/main.yaml b/infrastructure/roles/ssh/tasks/main.yaml new file mode 100644 index 0000000..b74cad7 --- /dev/null +++ b/infrastructure/roles/ssh/tasks/main.yaml @@ -0,0 +1,4 @@ +- name: install openssh-server + ansible.builtin.package: + name: + - openssh-server diff --git a/infrastructure/site.yaml b/infrastructure/site.yaml index 6adae90..4e62360 100644 --- a/infrastructure/site.yaml +++ b/infrastructure/site.yaml @@ -13,3 +13,4 @@ - git - podman - vaultwarden + - ssh -- cgit v1.2.3