Skip to content

Ansible role to install the CUDA toolkit as described in the NVIDIA CUDA Installation Guide in a Redhat/CentOS system.

License

Notifications You must be signed in to change notification settings

mira-miracoli/ansible-cuda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-cuda

Ansible role to install the CUDA toolkit as described in the NVIDIA CUDA Installation Guide in a Redhat/CentOS system.

Requirements

Ansible >= 2.11

Usage

Clone this repo into your roles directory:

$ ansible-galaxy install usegalaxy_eu.cuda

And add it to your playbook's roles:

- hosts: yourhost

  roles:
    - role: usegalaxy_eu.cuda
      become: yes

This role comes preloaded with multiple available defaults. You can override each one in your hosts/group vars, in your inventory, or in your play. See the annotated defaults in defaults/main.yml for help in configuration.

License

GPLv3

Author Information

Gianmauro Cuccuru

About

Ansible role to install the CUDA toolkit as described in the NVIDIA CUDA Installation Guide in a Redhat/CentOS system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 100.0%