NVidia GPU Drivers

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

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: crivetimihai.nvidia
      vars:
        nvidia_enable_service: true
      tags: nvidia
# Install the role
ansible-galaxy install crivetimihai.nvidia

# Run the playbook
ansible-playbook nvidia-playbook.yml

Last update: 2020-02-03