initial commit

This commit is contained in:
Ludovic Cartier
2024-12-17 17:48:17 +01:00
parent cc0a7295ea
commit 6dc7279a25
8 changed files with 178 additions and 0 deletions

5
handlers/main.yml Normal file
View File

@ -0,0 +1,5 @@
---
- name: reload sshd
systemd:
name: sshd
state: reloaded