aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--infrastructure/roles/ssh/tasks/main.yaml4
-rw-r--r--infrastructure/site.yaml1
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