22 lines
363 B
YAML
22 lines
363 B
YAML
galaxy_info:
|
|
role_name: nvidia_driver
|
|
author: Luke Yeager
|
|
company: NVIDIA
|
|
description: Install the NVIDIA driver
|
|
license: 3-Clause BSD
|
|
min_ansible_version: 2.7
|
|
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- 'xenial'
|
|
- 'bionic'
|
|
- name: EL
|
|
versions:
|
|
- '7'
|
|
|
|
galaxy_tags:
|
|
- 'nvidia'
|
|
- 'cuda'
|
|
- 'driver'
|