mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-09 10:56:01 +00:00
15 lines
379 B
YAML
15 lines
379 B
YAML
---
|
|
- name: "Install Ollama Dependency"
|
|
include_role:
|
|
name: 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
|