From be336c62f3fbd3f74a3433ebbc59acbe095d27ac Mon Sep 17 00:00:00 2001
From: Eesaan Atluri <atlurie@uab.edu>
Date: Fri, 4 Nov 2022 10:32:53 -0500
Subject: [PATCH] Add missing vars in group_vars

---
 ansible/group_vars/all | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ansible/group_vars/all b/ansible/group_vars/all
index 0389382..fef0f7d 100644
--- a/ansible/group_vars/all
+++ b/ansible/group_vars/all
@@ -1,3 +1,6 @@
 ---
   #This file path is relative to the ansible playbook.
   pkg_list_file: "cheaha-compute-yum-pkg-list.txt"
+
+  lmod_db_host_machine: "ohpc"
+  driver_run_file_link: "https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda_11.8.0_520.61.05_linux.run"
-- 
GitLab