Funk-lab/ansible/playbooks/gpu-01.yml

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] }