diff options
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/fedora-28.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 |
11 files changed, 45 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/fedora-28.yml b/roles/cuda/vars/fedora-28.yml new file mode 100644 index 0000000..e8af2d0 --- /dev/null +++ b/roles/cuda/vars/fedora-28.yml @@ -0,0 +1,4 @@ +--- +cuda_repo_subfolder: fedora27 + +# 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: |