...
This commit is contained in:
8
ansible/inventory/example/host_vars/yourpc.yml
Normal file
8
ansible/inventory/example/host_vars/yourpc.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
ai_at_home_install_dir: /home/youruser/Projekte/ai_at_home
|
||||
openwebui_install_dir: "{{ ai_at_home_install_dir }}/openwebui"
|
||||
|
||||
common_container_labels:
|
||||
- sablier.enable=true
|
||||
ollama_container_labels: {{ common_container_labels + ["sablier.group=ai_backends"] }}
|
||||
openwebui_container_labels: {{ common_container_labels + ["sablier.group=ai_frontends"] }}
|
||||
8
ansible/inventory/example/hosts
Normal file
8
ansible/inventory/example/hosts
Normal file
@@ -0,0 +1,8 @@
|
||||
[ollama]
|
||||
yourpc
|
||||
|
||||
[openwebui]
|
||||
yourpc
|
||||
|
||||
[ai_at_home]
|
||||
yourpc
|
||||
Reference in New Issue
Block a user