10 lines
274 B
YAML
10 lines
274 B
YAML
---
|
|
# Part of role: ollama
|
|
# Called by: ansible/playbooks/setup-ollama.yaml
|
|
# Description: Default variables for the ollama role. Add models to ollama_models to have them pulled automatically.
|
|
|
|
ollama_host: "0.0.0.0"
|
|
ollama_port: 11434
|
|
ollama_models:
|
|
- qwen3:4b
|
|
- llama3 |