26 lines
861 B
YAML
26 lines
861 B
YAML
---
|
|
# ------------------------------------------------------------------------------
|
|
# FILE: ansible/host_vars/astro_orbiter/vars.yml
|
|
# HOST: astro-orbiter (10.1.71.130)
|
|
# ROLE: Ollama inference host with AMD RX 5700 GPU passthrough
|
|
# ------------------------------------------------------------------------------
|
|
|
|
ansible_host: 10.1.71.130
|
|
ansible_user: wed
|
|
ansible_become: true
|
|
|
|
# LVM root expansion — xlarge template uses sda3 partition, standard VG/LV names
|
|
common_expand_root_lvm: true
|
|
common_root_pv: /dev/sda3
|
|
common_root_vg: ubuntu-vg
|
|
common_root_lv: ubuntu-lv
|
|
|
|
# Ollama — all defaults apply; explicitly documented here for visibility
|
|
ollama_rocm_version: "6.2"
|
|
ollama_default_model: "qwen3:8b"
|
|
ollama_hsa_override_gfx_version: "10.1.0"
|
|
ollama_data_disk: /dev/sdb
|
|
ollama_data_vg: ollama-vg
|
|
ollama_data_lv: ollama-lv
|
|
ollama_data_dir: /var/lib/ollama
|