diff options
| author | Suren A. Chilingaryan <csa@suren.me> | 2019-10-06 04:37:01 +0200 |
|---|---|---|
| committer | Suren A. Chilingaryan <csa@suren.me> | 2019-10-06 04:37:01 +0200 |
| commit | b17d3d74eb5a9e7640d94f98f6b27ce4891b3c26 (patch) | |
| tree | 35b03ed3f6349de7db2482761ff6295aee5ae813 /roles/cuda | |
| parent | 1c830e285e19f2d571cf50ef912f01f0f7d68e10 (diff) | |
Integration of CentOS8 and ipecompute nodes
Diffstat (limited to 'roles/cuda')
| -rw-r--r-- | roles/cuda/vars/centos-8.yml | 4 | ||||
| -rw-r--r-- | roles/cuda/vars/redhat-8.yml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/roles/cuda/vars/centos-8.yml b/roles/cuda/vars/centos-8.yml new file mode 100644 index 0000000..935e84d --- /dev/null +++ b/roles/cuda/vars/centos-8.yml @@ -0,0 +1,4 @@ +--- +cuda_repo_subfolder: rhel8 + +# vim:ft=ansible:
\ No newline at end of file diff --git a/roles/cuda/vars/redhat-8.yml b/roles/cuda/vars/redhat-8.yml new file mode 100644 index 0000000..935e84d --- /dev/null +++ b/roles/cuda/vars/redhat-8.yml @@ -0,0 +1,4 @@ +--- +cuda_repo_subfolder: rhel8 + +# vim:ft=ansible:
\ No newline at end of file |
