22 lines
477 B
YAML
22 lines
477 B
YAML
- hosts: localhost
|
|
gather_facts: true
|
|
vars_files:
|
|
- ../group_vars/all.yml
|
|
roles:
|
|
- { role: preflight, tags: ["preflight"] }
|
|
- directories
|
|
- packages
|
|
- netron
|
|
- lab1_assets
|
|
- lab_assets
|
|
- node_runtime
|
|
- { role: terminal, when: ansible_system == "Linux" }
|
|
- llama_cpp
|
|
- open_webui
|
|
- chunkviz
|
|
- promptfoo
|
|
- { role: ollama_models, tags: ["ollama_models"] }
|
|
- { role: wiki, tags: ["wiki"] }
|
|
- kiln
|
|
- unsloth
|