homeserver/playbooks/base/ufw.yml
Michael Grote 5cd43e8f3d
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 42s
ansible-lint / gitleaks (push) Successful in 4s
see [devspace](b343c230a5) (#179)
Reviewed-on: https://git.mgrote.net///mg/homeserver/pulls/179
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2024-09-16 12:44:27 +02:00

7 lines
143 B
YAML

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