diff options
Diffstat (limited to 'cuda.yml')
-rw-r--r-- | cuda.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cuda.yml b/cuda.yml new file mode 100644 index 0000000..636b6f6 --- /dev/null +++ b/cuda.yml @@ -0,0 +1,6 @@ +- name: Common Software + hosts: all + remote_user: root + roles: + - role: cuda + |