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