homeserver/playbooks/base/ufw.yml
Michael Grote a2faef96a4 typo: host pattern (#565)
Reviewed-on: #565
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2023-08-04 10:39:01 +02:00

7 lines
164 B
YAML

---
- hosts: all:!pve:!pbs
roles:
- { role: oefenweb.ufw, # Regeln werden in den Group/Host-Vars gesetzt
tags: "ufw",
become: true}