added ollama role and host

This commit is contained in:
2026-08-05 11:21:54 +02:00
parent 25593dafa0
commit 6a3a1020db
12 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
# defaults file for roles/ollama
# Host/Port, auf dem der Ollama-Server lauschen soll.
# 0.0.0.0:11434 => alle Interfaces.
ollama_host: "0.0.0.0:11434"
# URL des offiziellen Ollama-Installationsskripts.
ollama_install_script_url: "https://ollama.com/install.sh"
# Liste der Modelle, die automatisch heruntergeladen werden.
ollama_models:
- qwen3:8b