secubox-deb/profiles/tier-standard.yaml
CyberMind-FR 2bbecfdc5f feat(secubox): add profile inheritance merger
- Implement Merger with Resolve() for inheritance chain
- Merge packages, kernel, services, sysctl, features
- Add tier-lite, tier-standard, tier-pro profiles
- Handle excluded packages removal

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-10 20:35:04 +02:00

26 lines
396 B
YAML

# profiles/tier-standard.yaml
name: tier-standard
inherits: base
description: For 4GB RAM devices
constraints:
min_ram: 4G
max_ram: 8G
packages:
required:
- secubox-crowdsec
- secubox-wireguard
- secubox-netmodes
- secubox-nac
- secubox-dpi
- secubox-qos
- secubox-waf
- secubox-haproxy
- secubox-vhost
features:
dpi: mirror
lxc: true
swap: "0"