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 @@
---
# handlers file for roles/ollama
- name: Reload systemd and restart Ollama
ansible.builtin.systemd:
name: ollama
state: restarted
daemon_reload: yes