Harden SSH access on server profile

This commit is contained in:
Fabio Scotto di Santolo
2026-03-25 22:26:07 +01:00
parent 3ee9bbf7b5
commit e17883f969
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
- name: Reload SSH service
tags: [services]
ansible.builtin.service:
name: ssh
state: reloaded