feat(role): Secure SSH config

This commit is contained in:
2022-06-12 00:15:27 +02:00
parent 3d856af8ea
commit 2e551bdd7c
13 changed files with 159 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
- name: 'Restart sshd'
listen: 'Restart sshd.service'
ansible.builtin.service:
name: 'sshd.service'
state: 'restarted'