mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 04:34:41 +02:00
8 lines
249 B
YAML
8 lines
249 B
YAML
---
|
|
- 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] }
|