Merge branch 'master' into new-packages
This commit is contained in:
commit
4502906846
@ -5,11 +5,10 @@ nvidia_driver_skip_reboot: no
|
|||||||
nvidia_driver_module_file: /etc/modprobe.d/nvidia.conf
|
nvidia_driver_module_file: /etc/modprobe.d/nvidia.conf
|
||||||
nvidia_driver_module_params: ''
|
nvidia_driver_module_params: ''
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# RedHat family #
|
# RedHat family #
|
||||||
##############################################################################
|
##############################################################################
|
||||||
nvidia_driver_rhel_epel_repo_baseurl: "https://download.fedoraproject.org/pub/epel/$releasever/$basearch/"
|
|
||||||
nvidia_driver_rhel_epel_repo_gpgkey: "https://epel.mirror.constant.com//RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"
|
|
||||||
nvidia_driver_rhel_cuda_repo_baseurl: "https://developer.download.nvidia.com/compute/cuda/repos/{{ _rhel_repo_dir }}/"
|
nvidia_driver_rhel_cuda_repo_baseurl: "https://developer.download.nvidia.com/compute/cuda/repos/{{ _rhel_repo_dir }}/"
|
||||||
nvidia_driver_rhel_cuda_repo_gpgkey: "https://developer.download.nvidia.com/compute/cuda/repos/{{ _rhel_repo_dir }}/7fa2af80.pub"
|
nvidia_driver_rhel_cuda_repo_gpgkey: "https://developer.download.nvidia.com/compute/cuda/repos/{{ _rhel_repo_dir }}/7fa2af80.pub"
|
||||||
|
|
||||||
|
@ -30,11 +30,11 @@
|
|||||||
reboot:
|
reboot:
|
||||||
|
|
||||||
- name: add epel repo
|
- name: add epel repo
|
||||||
yum_repository:
|
become: true
|
||||||
name: epel
|
yum:
|
||||||
description: EPEL YUM repo
|
name:
|
||||||
baseurl: "{{ nvidia_driver_rhel_epel_repo_baseurl }}"
|
- "epel-release"
|
||||||
gpgkey: "{{ nvidia_driver_rhel_epel_repo_gpgkey }}"
|
state: latest
|
||||||
environment: "{{proxy_env if proxy_env is defined else {}}}"
|
environment: "{{proxy_env if proxy_env is defined else {}}}"
|
||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user