7 lines
153 B
YAML
7 lines
153 B
YAML
|
---
|
||
|
- hosts: testeinzeln
|
||
|
become: yes
|
||
|
roles:
|
||
|
- { role: mgrote.postfix-gmail, tags: "postfix-gmail" }
|
||
|
- { role: mgrote.fail2ban, tags: "f2b" }
|