14 lines
582 B
YAML
14 lines
582 B
YAML
---
|
|
- name: Prepare cluster environments
|
|
hosts: alpha-worker-0
|
|
become: true
|
|
roles:
|
|
- role: nvidia.nvidia_driver
|
|
vars:
|
|
nvidia_driver_ubuntu_cuda_repo_baseurl: 'https://developer.download.nvidia.com/compute/cuda/repos/debian12/x86_64' # enforced 'debian11'
|
|
nvidia_driver_ubuntu_install_from_cuda_repo: yes
|
|
nvidia_driver_persistence_mode_on: yes
|
|
nvidia_driver_branch: "555"
|
|
nvidia_driver_ubuntu_cuda_keyring_package: "cuda-keyring_1.1-1_all.deb"
|
|
ansible_distribution: Ubuntu # forcing in to the ubuntu part of the role
|