pez-infra/ansible/roles/common/defaults/main.yml
Rasmus "Pez" Wejlgaard f9d0a7ebf4
fix: resolve UFW ansible-lint failures and deploy error (#11)
- Fix 'interface_or_direction' → 'direction' (required param for ufw module)
- Rename ufw_enabled/ufw_allowed_ports → common_ufw_enabled/common_ufw_allowed_ports (role prefix convention)
- Fix yaml[braces] violations in helsinki-a host_vars
2026-03-29 10:53:54 +01:00

7 lines
253 B
YAML

---
# UFW firewall defaults
# Override common_ufw_allowed_ports in host_vars for public-facing services.
common_ufw_enabled: true
common_ufw_allowed_ports: []
# - {port: 80, proto: tcp, comment: "HTTP"}
# - {port: 443, proto: tcp, comment: "HTTPS"}