19 lines
328 B
YAML
19 lines
328 B
YAML
- hosts: localhost
|
|
gather_facts: true
|
|
vars_files:
|
|
- ../group_vars/all.yml
|
|
roles:
|
|
- { role: preflight, tags: ["preflight"] }
|
|
- directories
|
|
- packages
|
|
- lab_assets
|
|
- node_runtime
|
|
- llama_cpp
|
|
- transformerlab
|
|
- open_webui
|
|
- chunkviz
|
|
- promptfoo
|
|
- wiki
|
|
- kiln
|
|
- unsloth
|