added ollama role and host
This commit is contained in:
13
roles/ollama/defaults/main.yml
Normal file
13
roles/ollama/defaults/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user