feat: Create role

This commit is contained in:
2022-10-04 15:19:21 +02:00
committed by pulsar89.5
parent d7fd830a52
commit 4d321f490a
7 changed files with 85 additions and 3 deletions

8
handlers/main.yml Normal file
View File

@@ -0,0 +1,8 @@
---
# handlers file for ssh
- name: Restart ssh.service
ansible.builtin.systemd:
state: restarted
name: sshd.service
become: true