mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
- 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
7 lines
253 B
YAML
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"}
|