Deploys Honcho (plastic-labs/honcho) as a rootful Podman + Quadlet service on the lincoln VM (10.1.71.132). Three containers on a user-defined network: - honcho-postgres pgvector/pgvector:pg16 - honcho-api FastAPI on :8000 - honcho-deriver background worker for theory-of-mind derivations LLM provider: Anthropic Claude (claude-sonnet-4-5). Switching providers is two env-var changes — see README. Traefik route hall-of-presidents.local.mk-labs.cloud -> lincoln:8000 added under boilerplates/traefik/dynamic/. JARVIS itself talks to Honcho directly at lincoln:8000 (east-west); the Traefik alias exists only for browser access to the Swagger /docs UI. Requires three new vault entries before first run: - vault_honcho_database_password - vault_honcho_jwt_secret - vault_honcho_anthropic_api_key
115 lines
1.7 KiB
YAML
Executable File
115 lines
1.7 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
|
|
|
|
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
|
|
|
|
papermc_server:
|
|
# ansible-galaxy role install engonzal.papermc
|
|
hosts:
|
|
arcade:
|
|
|
|
dev_servers:
|
|
hosts:
|
|
scrim:
|
|
|
|
# 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:
|