initial commit

This commit is contained in:
2026-06-17 14:09:10 +02:00
commit 2c29ea2780
11 changed files with 193 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
- name: Restart sshd
ansible.builtin.service:
name: sshd
state: restarted