docs: add playbook documentation for NVIDIA device plugin and vLLM setup

This commit is contained in:
mrwho 2026-07-20 17:37:34 +03:00
parent f768b3f155
commit ca256160a2
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,6 @@
---
- name: NVIDIA Device Plugin | Install via Helm with GPU Feature Discovery
hosts: manager_nodes
become: false
roles:
- nvidia_device_plugin

6
playbooks/setup_vllm.yml Normal file
View file

@ -0,0 +1,6 @@
---
- name: vLLM | Install vLLM via Helm
hosts: manager_nodes
become: false
roles:
- vllm