17 lines
571 B
YAML
17 lines
571 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.131
|
|
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
|