#jinja2: trim_blocks: True, lstrip_blocks: True # {{ ansible_managed }} # Рендерится playbooks/dashboard.yml. Порядок и имена групп ОБЯЗАНЫ совпадать # с группами в services.yaml — иначе Homepage покажет их в алфавитном порядке. title: HomeLab headerStyle: boxed color: slate layout: {% if homelab_dashboard_proxmox_url | default('') | length > 0 %} Infrastructure: style: row columns: 3 {% endif %} {% for node in dashboard_nodes %} {{ node }}: style: row columns: 4 {% endfor %} Headless: style: row columns: 4