Files
LLM-Labs-Local/ansible/playbooks/up.yml
T
2026-04-13 16:40:14 -06:00

20 lines
386 B
YAML

- hosts: localhost
gather_facts: true
vars_files:
- ../group_vars/all.yml
roles:
- { role: preflight, tags: ["preflight"] }
- directories
- packages
- lab_assets
- node_runtime
- { role: terminal, when: ansible_system == "Linux" }
- llama_cpp
- transformerlab
- open_webui
- chunkviz
- promptfoo
- wiki
- kiln
- unsloth