diff options
| author | alex <alex@pdp7.net> | 2026-01-03 18:45:29 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-01-03 18:45:29 +0100 |
| commit | cc1ee06af7f1026015fef586808cec7136cb68c3 (patch) | |
| tree | 4ff6544d32c7e6b783799894b15ae205bc0cad91 /infrastructure | |
| parent | 8ba9bd16381c84a6dad581d24e5ec232db359eda (diff) | |
Add ssh server
Again, Contabo installs it by default, but it's not on the Incus image.
Diffstat (limited to 'infrastructure')
| -rw-r--r-- | infrastructure/roles/ssh/tasks/main.yaml | 4 | ||||
| -rw-r--r-- | infrastructure/site.yaml | 1 |
2 files changed, 5 insertions, 0 deletions
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 |
