--- # Jenkins server specific variables # Allow Jenkins and SonarQube ports through firewall common_firewall_allowed_ports: - "22/tcp" # SSH - "8080/tcp" # Jenkins Web UI - "9000/tcp" # SonarQube Web UI - "5432/tcp" # PostgreSQL (SonarQube database) - optional, only if external access needed