12 lines
312 B
YAML
12 lines
312 B
YAML
# Config for: gpu-node workstation full setup
|
|
# Applied by: ansible-playbook -i ansible/inventory.yaml ansible/playbooks/setup-gpu-node.yaml
|
|
- name: gpu-node setup
|
|
hosts: gpu_workstation
|
|
become: true
|
|
|
|
roles:
|
|
- role: common
|
|
- role: nvidia
|
|
- role: k3s-agent
|
|
- role: ollama
|
|
- role: glances |