https://github.com/usegalaxy-eu/ansible-cuda
Ansible role to install the CUDA toolkit as described in the NVIDIA CUDA Installation Guide in a Redhat/CentOS system.
https://github.com/usegalaxy-eu/ansible-cuda
ansible cuda
Last synced: 5 months ago
JSON representation
Ansible role to install the CUDA toolkit as described in the NVIDIA CUDA Installation Guide in a Redhat/CentOS system.
- Host: GitHub
- URL: https://github.com/usegalaxy-eu/ansible-cuda
- Owner: usegalaxy-eu
- License: gpl-3.0
- Created: 2019-07-22T12:54:11.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T15:52:30.000Z (over 2 years ago)
- Last Synced: 2024-04-24T02:35:30.771Z (about 2 years ago)
- Topics: ansible, cuda
- Language: Jinja
- Homepage: https://galaxy.ansible.com/usegalaxy_eu/cuda
- Size: 37.1 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ansible-cuda
=======
Ansible role to install the CUDA toolkit as described in the [NVIDIA CUDA Installation Guide](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#abstract) in a Redhat/CentOS system.
Requirements
------------
Ansible >= 2.11
Usage
-----
Clone this repo into your roles directory:
```bash
$ ansible-galaxy install usegalaxy_eu.cuda
```
And add it to your playbook's roles:
```yaml
- 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](https://github.com/gmauro)