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

@@ -204,6 +204,14 @@
roles:
- omada-controller
- hosts: ollama
tags: server,ollama
become: true
handlers:
- ansible.builtin.import_tasks: global_handlers/global_handlers.yml
roles:
- ollama
- hosts: backup
tags: server,backup
become: true