add sshd role

This commit is contained in:
Sergey Malyuk
2025-12-18 11:39:09 +03:00
parent 23d0618c02
commit 30945d5a2f
11 changed files with 207 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
- name: "Restart sshd"
ansible.builtin.service:
name: ssh
state: restarted
enabled: true
daemon_reload: true