feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels

This commit is contained in:
alkatrazz 2026-05-12 17:17:03 +02:00
commit b3fce8af5d
70 changed files with 2688 additions and 0 deletions

View file

@ -0,0 +1,25 @@
---
rocm_rhel_version: "9.4"
rocm_amdgpu_repo: "https://repo.radeon.com/amdgpu/latest/rhel/{{ rocm_rhel_version }}/main/x86_64/"
rocm_repo: "https://repo.radeon.com/rocm/rhel9/latest/main/"
rocm_gpg_key: "https://repo.radeon.com/rocm/rocm.gpg.key"
rocm_packages:
- rocminfo
- rocm-hip-runtime
- rocm-opencl-runtime
- rocblas
- hipblaslt
# Packages supplémentaires requis pour compiler llama.cpp from source (rôle llama_server)
rocm_build_packages:
- hipblas-devel
- rocblas-devel
- hip-devel
- hipcc
- cmake
- gcc-c++
- git
- patchelf
hsa_override_gfx_version: "10.3.0"