NVidia GPU Drivers
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Nvidia
As a: UNIX and Linux system administrator
I want to: install the NVIDIA GPU driver and CUDA
So that: run GPU intensive tasks or perform computations on my GPU.
Using the role
Using the role in a playbook
--- - name: Install nvidia hosts: all tasks: - name: nvidia is configured import_role: name: devopstoolbox.nvidia vars: nvidia_enable_service: true tags: nvidia
# Install the role ansible-galaxy install devopstoolbox.nvidia # Run the playbook ansible-playbook nvidia-playbook.yml
Last update: 2020-02-09