From 91ef33997dc28f482672fbeb6d135feff4ec097c Mon Sep 17 00:00:00 2001 From: Adam DeConinck Date: Mon, 25 Nov 2019 15:27:35 -0800 Subject: [PATCH] README should include supported distros and install instructions --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3c64a8..6dc977a 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ -An ansible role to install the NVIDIA driver. +# ansible-role-nvidia-driver + +An Ansible role to install the NVIDIA driver from the NVIDIA CUDA repositories. + + +## Installing + +This role can be installed using [Ansible Galaxy](https://galaxy.ansible.com/nvidia/nvidia_driver): + +``` +$ ansible-galaxy install nvidia.nvidia_driver +``` + + +## Supported distributions + +Currently, this role supports the following Linux distributions: + +* NVIDIA DGX OS 4 +* Ubuntu 18.04 LTS +* CentOS 7 +* Red Hat Enterprise Linux 7