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