diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-07-05 16:22:58 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-07-05 16:22:58 +0200 |
commit | 0b3d99f96dabb1aa2fbf7f99559852916a97d610 (patch) | |
tree | b56e453cf5182a24c6878c23f5985781928d1e57 /roles/cuda/vars | |
parent | 5416f8599ffa92b69bb87434dc1175d760760bbe (diff) | |
parent | 813756495d5ef33fa3cc95d69b6d88418ebe7bb1 (diff) | |
download | itm-0b3d99f96dabb1aa2fbf7f99559852916a97d610.tar.gz itm-0b3d99f96dabb1aa2fbf7f99559852916a97d610.tar.bz2 itm-0b3d99f96dabb1aa2fbf7f99559852916a97d610.tar.xz itm-0b3d99f96dabb1aa2fbf7f99559852916a97d610.zip |
Merge commit '813756495d5ef33fa3cc95d69b6d88418ebe7bb1' as 'roles/cuda'
Diffstat (limited to 'roles/cuda/vars')
-rw-r--r-- | roles/cuda/vars/centos-6.yml | 4 | ||||
-rw-r--r-- | roles/cuda/vars/centos-7.yml | 4 | ||||
-rw-r--r-- | roles/cuda/vars/main.yml | 5 | ||||
-rw-r--r-- | roles/cuda/vars/redhat-6.yml | 4 | ||||
-rw-r--r-- | roles/cuda/vars/redhat-7.yml | 4 | ||||
-rw-r--r-- | roles/cuda/vars/ubuntu-14.04.yml | 4 | ||||
-rw-r--r-- | roles/cuda/vars/ubuntu-14.10.yml | 4 | ||||
-rw-r--r-- | roles/cuda/vars/ubuntu-15.yml | 4 | ||||
-rw-r--r-- | roles/cuda/vars/ubuntu-16.04.yml | 4 | ||||
-rw-r--r-- | roles/cuda/vars/ubuntu-17.04.yml | 4 |
10 files changed, 41 insertions, 0 deletions
diff --git a/roles/cuda/vars/centos-6.yml b/roles/cuda/vars/centos-6.yml new file mode 100644 index 0000000..c4322ae --- /dev/null +++ b/roles/cuda/vars/centos-6.yml @@ -0,0 +1,4 @@ +--- +cuda_repo_subfolder: rhel6 + +# vim:ft=ansible:
\ No newline at end of file diff --git a/roles/cuda/vars/centos-7.yml b/roles/cuda/vars/centos-7.yml new file mode 100644 index 0000000..b331a96 --- /dev/null +++ b/roles/cuda/vars/centos-7.yml @@ -0,0 +1,4 @@ +--- +cuda_repo_subfolder: rhel7 + +# vim:ft=ansible:
\ No newline at end of file diff --git a/roles/cuda/vars/main.yml b/roles/cuda/vars/main.yml new file mode 100644 index 0000000..ded4141 --- /dev/null +++ b/roles/cuda/vars/main.yml @@ -0,0 +1,5 @@ +--- +# vars file for ansible-role-cuda +cuda_packaging_key_id: 7FA2AF80 + +# vim:ft=ansible:
\ No newline at end of file diff --git a/roles/cuda/vars/redhat-6.yml b/roles/cuda/vars/redhat-6.yml new file mode 100644 index 0000000..c4322ae --- /dev/null +++ b/roles/cuda/vars/redhat-6.yml @@ -0,0 +1,4 @@ +--- +cuda_repo_subfolder: rhel6 + +# vim:ft=ansible:
\ No newline at end of file diff --git a/roles/cuda/vars/redhat-7.yml b/roles/cuda/vars/redhat-7.yml new file mode 100644 index 0000000..b331a96 --- /dev/null +++ b/roles/cuda/vars/redhat-7.yml @@ -0,0 +1,4 @@ +--- +cuda_repo_subfolder: rhel7 + +# vim:ft=ansible:
\ No newline at end of file diff --git a/roles/cuda/vars/ubuntu-14.04.yml b/roles/cuda/vars/ubuntu-14.04.yml new file mode 100644 index 0000000..61d04fd --- /dev/null +++ b/roles/cuda/vars/ubuntu-14.04.yml @@ -0,0 +1,4 @@ +--- +cuda_repo_subfolder: ubuntu1404 + +# vim:ft=ansible:
\ No newline at end of file diff --git a/roles/cuda/vars/ubuntu-14.10.yml b/roles/cuda/vars/ubuntu-14.10.yml new file mode 100644 index 0000000..8c8e53e --- /dev/null +++ b/roles/cuda/vars/ubuntu-14.10.yml @@ -0,0 +1,4 @@ +--- +cuda_repo_subfolder: ubuntu1410 + +# vim:ft=ansible:
\ No newline at end of file diff --git a/roles/cuda/vars/ubuntu-15.yml b/roles/cuda/vars/ubuntu-15.yml new file mode 100644 index 0000000..d1f56ad --- /dev/null +++ b/roles/cuda/vars/ubuntu-15.yml @@ -0,0 +1,4 @@ +--- +cuda_repo_subfolder: ubuntu1504 + +# vim:ft=ansible:
\ No newline at end of file diff --git a/roles/cuda/vars/ubuntu-16.04.yml b/roles/cuda/vars/ubuntu-16.04.yml new file mode 100644 index 0000000..f948a1a --- /dev/null +++ b/roles/cuda/vars/ubuntu-16.04.yml @@ -0,0 +1,4 @@ +--- +cuda_repo_subfolder: ubuntu1604 + +# vim:ft=ansible:
\ No newline at end of file diff --git a/roles/cuda/vars/ubuntu-17.04.yml b/roles/cuda/vars/ubuntu-17.04.yml new file mode 100644 index 0000000..356467f --- /dev/null +++ b/roles/cuda/vars/ubuntu-17.04.yml @@ -0,0 +1,4 @@ +--- +cuda_repo_subfolder: ubuntu1704 + +# vim:ft=ansible: |