mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 04:34:41 +02:00
13 lines
480 B
YAML
13 lines
480 B
YAML
---
|
|
- name: Configure storage-01
|
|
hosts: gateway
|
|
roles:
|
|
- { role: common, tags: [common] }
|
|
- { role: gateway, tags: [gateway] }
|
|
- { role: dnsmasq, tags: [dnsmasq] }
|
|
- { role: nfs_server, tags: [nfs_server] }
|
|
- { role: qdrant, tags: [qdrant] }
|
|
- { role: postgresql, tags: [postgresql] }
|
|
- { role: minio, tags: [minio] }
|
|
- { role: litellm, tags: [litellm] }
|
|
- { role: hermes_agent, tags: [hermes_agent] }
|