Copy working code from deepops
This commit is contained in:
@@ -1,2 +1,10 @@
|
||||
---
|
||||
# defaults file for ansible-role-nvidia-driver
|
||||
nvidia_driver_package_version: ''
|
||||
nvidia_driver_persistence_mode_on: yes
|
||||
nvidia_driver_skip_reboot: no
|
||||
epel_baseurl: "https://download.fedoraproject.org/pub/epel/$releasever/$basearch/"
|
||||
epel_gpgkey: "https://epel.mirror.constant.com//RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"
|
||||
rhel_cuda_baseurl: "https://developer.download.nvidia.com/compute/cuda/repos/{{ rhel_repo_dir }}/"
|
||||
rhel_cuda_gpgkey: "https://developer.download.nvidia.com/compute/cuda/repos/{{ rhel_repo_dir }}/7fa2af80.pub"
|
||||
ubuntu_cuda_gpgkey: "https://developer.download.nvidia.com/compute/cuda/repos/{{ ubuntu_repo_dir }}/7fa2af80.pub"
|
||||
ubuntu_cuda_apt_key: "7fa2af80"
|
||||
ubuntu_cuda_baseurl: "http://developer.download.nvidia.com/compute/cuda/repos/{{ ubuntu_repo_dir }}"
|
||||
|
||||
Reference in New Issue
Block a user