/
/
/
1---
2# GPU Role - Meta Information
3
4galaxy_info:
5 role_name: gpu
6 author: Server Automation Framework
7 description: |
8 Simple NVIDIA GPU role for Ubuntu systems.
9 Installs NVIDIA drivers and container runtime for Docker GPU support.
10
11 license: MIT
12 min_ansible_version: '2.10'
13
14 platforms:
15 - name: Ubuntu
16 versions:
17 - '20.04'
18 - '22.04'
19 - '24.04'
20
21 galaxy_tags:
22 - nvidia
23 - gpu
24 - docker
25
26dependencies:
27 - role: geerlingguy.docker