mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 10:14:42 +02:00
feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels
This commit is contained in:
commit
b3fce8af5d
70 changed files with 2688 additions and 0 deletions
8
ansible/playbooks/gpu-01.yml
Normal file
8
ansible/playbooks/gpu-01.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: Configure gpu-01
|
||||
hosts: gpu_hosts
|
||||
roles:
|
||||
- { role: common, tags: [common] }
|
||||
- { role: rocm, tags: [rocm] }
|
||||
- { role: nfs_client, tags: [nfs_client] }
|
||||
- { role: llama_server, tags: [llama_server] }
|
||||
3
ansible/playbooks/site.yml
Normal file
3
ansible/playbooks/site.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
- import_playbook: storage-01.yml
|
||||
- import_playbook: gpu-01.yml
|
||||
13
ansible/playbooks/storage-01.yml
Normal file
13
ansible/playbooks/storage-01.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
- 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] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue