added ollama role and host

This commit is contained in:
2026-08-05 11:21:54 +02:00
parent 25593dafa0
commit 6a3a1020db
12 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
# tasks file for roles/ollama
- name: ollama | service | enable and start Ollama
tags: ollama,service
ansible.builtin.service:
name: ollama
state: started
enabled: true