homeserver/playbooks/base/ufw.yml
Michael Grote edbc68d36d ersetze lokale Rollen mit requirements.yml (#585)
Reviewed-on: #585
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2023-10-26 00:14:16 +02:00

7 lines
162 B
YAML

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