Added Ollama network

This commit is contained in:
2025-09-22 19:19:44 +02:00
parent 4cb428274a
commit d129f71cef
3 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
- name: create docker network for Ollama, so that other applications can access it
community.docker.docker_network:
name: "{{ OLLAMA_NETWORK }}"
state: present
ipam_config:
- subnet: "{{ networks.local[application_id].subnet }}"
- name: Include dependency 'sys-svc-docker'
include_role:
name: sys-svc-docker