- nvidia-driver-595-open (already installed 2026-08-03, idempotent) - Python venv + vLLM 0.26.0 (already installed, idempotent) - Gemma 2 27B model download via HuggingFace hub - systemd vllm-serve.service on port 8000 - Hermes provider integration on carousel-of-progress - vault_hf_token added to group_vars/all/vault - ansible.cfg: vault_password_file set to absolute path - inventory: astro_orbiter group added Run with: env -u ANSIBLE_VAULT_PASSWORD_FILE ansible-playbook -i inventory.yml playbooks/day1_deploy_llm_inference.yml
130 lines
1.9 KiB
YAML
Executable File
130 lines
1.9 KiB
YAML
Executable File
# file: inventory.yml
|
|
proxmox:
|
|
hosts:
|
|
main-street-usa:
|
|
ansible_host: 10.1.71.11
|
|
ansible_user: wed
|
|
ansible_become: true
|
|
tomorrowland:
|
|
fantasyland:
|
|
|
|
magic_kingdom:
|
|
hosts:
|
|
main-street-usa:
|
|
tomorrowland:
|
|
fantasyland:
|
|
|
|
dns_server:
|
|
hosts:
|
|
monorail:
|
|
|
|
ntp_servers:
|
|
hosts:
|
|
sundial:
|
|
|
|
load_balancers:
|
|
hosts:
|
|
lightning-lane:
|
|
ansible_become: true
|
|
|
|
step_ca_server:
|
|
hosts:
|
|
turnstile:
|
|
ansible_become: true
|
|
|
|
authentik_server:
|
|
hosts:
|
|
guest-relations:
|
|
ansible_become: true
|
|
|
|
gitea_servers:
|
|
hosts:
|
|
mad-tea-party:
|
|
ansible_user: wed
|
|
ansible_become: true
|
|
|
|
nextcloud_server:
|
|
hosts:
|
|
the-grid:
|
|
ansible_become: true
|
|
|
|
semaphore_server:
|
|
hosts:
|
|
figment:
|
|
ansible_host: 10.1.71.37
|
|
ansible_user: wed
|
|
ansible_become: true
|
|
|
|
n8n_server:
|
|
hosts:
|
|
tiki-room:
|
|
|
|
ollama_server:
|
|
hosts:
|
|
astro-orbiter:
|
|
ansible_host: 10.1.71.130
|
|
ansible_user: wed
|
|
ansible_become: true
|
|
|
|
astro_orbiter:
|
|
hosts:
|
|
astro-orbiter:
|
|
|
|
hermes_server:
|
|
hosts:
|
|
carousel-of-progress:
|
|
ansible_host: 10.1.71.131
|
|
ansible_user: wed
|
|
ansible_become: true
|
|
|
|
honcho_server:
|
|
hosts:
|
|
lincoln:
|
|
ansible_host: 10.1.71.132
|
|
ansible_user: wed
|
|
ansible_become: true
|
|
|
|
jmri_server:
|
|
hosts:
|
|
main-street-station:
|
|
ansible_host: 192.168.10.40
|
|
ansible_user: wed
|
|
ansible_become: true
|
|
|
|
papermc_server:
|
|
# ansible-galaxy role install engonzal.papermc
|
|
hosts:
|
|
arcade:
|
|
|
|
dev_servers:
|
|
hosts:
|
|
scrim:
|
|
backstage:
|
|
ansible_host: 10.1.71.133
|
|
ansible_user: wed
|
|
ansible_become: true
|
|
|
|
# dhcp_server:
|
|
# hosts:
|
|
# matchbox:
|
|
|
|
backup_servers:
|
|
hosts:
|
|
timekeeper:
|
|
|
|
talos_control:
|
|
hosts:
|
|
city-hall:
|
|
ansible_become: true
|
|
vars:
|
|
talosctl_version: "v1.12.4"
|
|
talos_cluster_name: "fastpass"
|
|
|
|
# matchbox_server:
|
|
# hosts:
|
|
# matchbox:
|
|
|
|
terraform_server:
|
|
hosts:
|
|
infra01:
|