feat: Create role

This commit is contained in:
2025-04-11 13:47:58 +02:00
committed by pulsar
parent d7fd830a52
commit 4d321f490a
7 changed files with 85 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
---
# handlers file for ssh
- name: Restart ssh.service
ansible.builtin.systemd:
state: restarted
name: sshd.service
become: true