initial commit

This commit is contained in:
hiperman
2026-01-30 20:13:58 -05:00
commit a28fcbd942
31 changed files with 1022 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
- name: Restart sshd daemon
become: true
service:
name: sshd
state: restarted