Releases: NVIDIA/ansible-role-nvidia-driver
Releases · NVIDIA/ansible-role-nvidia-driver
v2.3.0
v2.2.1
v2.2.0
v2.1.0
- #46 : Update metadata to include support for EL8
- #48 : Make optional the addition of yum/apt repos
- #51 : Explicitly blacklist nouveau when installing from CUDA repos
- #52 : Explicitly add support for CentOS/RHEL8 to README
- #53 : Align default driver branch across all installs and update to r470
- #55 : Add Molecule CI test for nvidia driver role
v2.0.2
v2.0.1
v2.0.0
On Ubuntu: Use NVIDIA server drivers from Canonical by default (#24) and provide an option to use drivers from the NVIDIA CUDA repository.
Note: this is a change from the previous behavior, where the NVIDIA CUDA repository was used by default. This behavior was changed to track the -server
driver branch by default, as this branch tracks a more stable branch for datacenter use.
To use the NVIDIA CUDA repository instead of the Canonical -server
packages: set nvidia_driver_ubuntu_install_from_cuda_repo: yes
.
For more detail on configuring the package behavior: see the Ubuntu driver configuration variables.
The behavior for Red Hat-based distributions is unchanged.
v1.2.2
v1.2.1
v1.2.0
Merge HTTP proxy support from @phogan-nvidia