mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-02-22 20:01:23 +01:00
remove ollama
This commit is contained in:
parent
b890643337
commit
47949d3bba
4 changed files with 0 additions and 23 deletions
|
@ -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]
|
||||
|
|
|
@ -30,4 +30,3 @@ versions
|
|||
backups/hass
|
||||
paperless-ngx/data
|
||||
paperless-ngx/media
|
||||
ollama_data
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
services:
|
||||
ollama:
|
||||
image: ollama/ollama
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "11434:11434"
|
||||
volumes:
|
||||
- ./ollama_data:/root/.ollama
|
||||
# init: true
|
||||
# tty: true
|
|
@ -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
|
Loading…
Add table
Reference in a new issue