--- ai_at_home_install_dir: /home/youruser/Projekte/ai_at_home openwebui_install_dir: "{{ ai_at_home_install_dir }}/openwebui" common_container_labels: - sablier.enable=true ollama_container_env: OLLAMA_KV_CACHE_TYPE: q8_0 OLLAMA_FLASH_ATTENTION: 1 ollama_container_labels: "{{ common_container_labels + ['sablier.group=ai_backends'] }}" openwebui_container_labels: "{{ common_container_labels + ['sablier.group=ai_frontends'] }}"