remove ollama

This commit is contained in:
Gabriel Augendre 2025-02-08 23:42:39 +01:00
parent b890643337
commit 47949d3bba
4 changed files with 0 additions and 23 deletions

View file

@ -12,7 +12,6 @@
- import_playbook: media.yaml # noqa: name[play]
- import_playbook: miniflux.yaml # noqa: name[play]
- import_playbook: nextcloud-aio.yaml # noqa: name[play]
- import_playbook: ollama.yaml # noqa: name[play]
- import_playbook: paperless-ngx.yaml # noqa: name[play]
- import_playbook: portainer.yaml # noqa: name[play]
- import_playbook: privatebin.yaml # noqa: name[play]

View file

@ -30,4 +30,3 @@ versions
backups/hass
paperless-ngx/data
paperless-ngx/media
ollama_data

View file

@ -1,10 +0,0 @@
services:
ollama:
image: ollama/ollama
restart: unless-stopped
ports:
- "11434:11434"
volumes:
- ./ollama_data:/root/.ollama
# init: true
# tty: true

View file

@ -1,11 +0,0 @@
---
- name: Ollama
hosts: servers
gather_facts: false
tasks:
- name: Docker
ansible.builtin.include_role:
name: docker
vars:
docker_app_name: ollama