mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-24 19:16:26 +02:00
Added Ollama network
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user