summaryrefslogtreecommitdiffstats
path: root/tests/test.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.yml')
-rw-r--r--tests/test.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/test.yml b/tests/test.yml
new file mode 100644
index 0000000..5125bda
--- /dev/null
+++ b/tests/test.yml
@@ -0,0 +1,12 @@
+---
+- hosts: all
+ become: True
+ roles:
+ - ansible-role-cuda
+ vars:
+ - gpu: True
+ - cuda_restart_node_on_install: False
+ - cuda_init: True
+ - cuda_init_restart_service: False
+
+# vim:ft=ansible: