2020-08-18 11:57:53 +02:00
|
|
|
---
|
|
|
|
- hosts: all
|
|
|
|
roles:
|
|
|
|
- { role: mgrote.fail2ban, tags: "f2b" }
|
2020-12-25 18:37:14 +01:00
|
|
|
- { role: mgrote.postfix, tags: "postfix" }
|
2021-02-14 14:53:52 +01:00
|
|
|
- { role: mgrote.deactivate_ssh_password_login,
|
|
|
|
tags: "ssh",
|
|
|
|
when: "not 'proxmox' in group_names" }
|
2020-08-18 11:57:53 +02:00
|
|
|
- { role: oefenweb.ufw, # Regeln werden in den Group/Host-Vars gesetzt
|
|
|
|
tags: "ufw",
|
|
|
|
become: true,
|
2021-02-05 10:51:39 +01:00
|
|
|
when: "not 'proxmox' in group_names" }
|