16 lines
468 B
YAML
16 lines
468 B
YAML
---
|
|
# llm01 — LLM Inference Server (Ollama host)
|
|
ansible_host: 192.168.194.40
|
|
has_gpu: true
|
|
gpu_type:
|
|
- NVIDIA GeForce RTX 4060 Ti 16GB
|
|
- NVIDIA GeForce RTX 3060 Ti 8GB
|
|
os_derivative: ubuntu
|
|
os_version: "24.04"
|
|
cpu_arch: x86_64
|
|
ram_gb: 125
|
|
# Ollama runs locally on this host
|
|
opencode_ollama_endpoint: http://localhost:11434/v1
|
|
# NOTE: User plans OS reload before deployment — will need full bootstrap
|
|
# NOTE: Ensure Ollama is running before deploying opencode
|