mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 10:26:35 +00:00
16 lines
416 B
YAML
16 lines
416 B
YAML
---
|
|
- name: "Install Ollama Dependency"
|
|
include_tasks: "utils/load_app.yml"
|
|
vars:
|
|
load_app_id: svc-ai-ollama
|
|
when:
|
|
- run_once_svc_ai_ollama is not defined
|
|
- OLLAMA_LOCAL_ENABLED | bool
|
|
|
|
- name: "load docker, proxy for '{{ application_id }}'"
|
|
include_role:
|
|
name: sys-stk-full-stateless
|
|
vars:
|
|
docker_git_repository_pull: false
|
|
docker_compose_file_creation_enabled: true
|