Initial commit

This commit is contained in:
2020-12-04 20:07:39 +01:00
commit eac272444f
37 changed files with 1087 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
---
- name: Restart ssh
service:
name=sshd
state=restarted
- name: Restart fail2ban
service:
name=fail2ban
state=restarted
- name: reload firewalld
systemd:
name=firewalld
state=reloaded