Files
ai_at_home/ansible/inventory/example/host_vars/yourpc.yml
2026-03-20 13:20:58 +01:00

9 lines
353 B
YAML

---
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_labels: {{ common_container_labels + ["sablier.group=ai_backends"] }}
openwebui_container_labels: {{ common_container_labels + ["sablier.group=ai_frontends"] }}