added ollama role and host
This commit is contained in:
8
roles/ollama/handlers/main.yml
Normal file
8
roles/ollama/handlers/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user