base und sysupgrade role, some hardening

This commit is contained in:
2021-06-13 00:15:16 +02:00
parent f00a20491a
commit 708dd41417
12 changed files with 183 additions and 19 deletions

View File

@@ -0,0 +1,9 @@
- name: restart sshd
service:
name: sshd
state: restarted
- name: restart sysctl
service:
name: systemd-sysctl
state: restarted