mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 15:04:31 +00:00
Avoid fact gathering for Windows Ollama playbook
This commit is contained in:
parent
e5fe9dc2a1
commit
f0d3a85fbc
@ -29,10 +29,12 @@
|
|||||||
|
|
||||||
- name: Configure Prole Ollama models on Windows GPU hosts
|
- name: Configure Prole Ollama models on Windows GPU hosts
|
||||||
hosts: workstations_windows
|
hosts: workstations_windows
|
||||||
gather_facts: true
|
gather_facts: false
|
||||||
become: false
|
become: false
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
|
ansible_become: false
|
||||||
|
ansible_become_method: runas
|
||||||
prole_ollama_models_dir: 'C:\ProgramData\Prole\Ollama\Models'
|
prole_ollama_models_dir: 'C:\ProgramData\Prole\Ollama\Models'
|
||||||
prole_ollama_models:
|
prole_ollama_models:
|
||||||
- name: mxbai-embed-large-2k
|
- name: mxbai-embed-large-2k
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user