summaryrefslogtreecommitdiffstats
path: root/install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'install.yml')
-rw-r--r--install.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/install.yml b/install.yml
new file mode 100644
index 0000000..2cd3768
--- /dev/null
+++ b/install.yml
@@ -0,0 +1,17 @@
+- name: Common Software
+ hosts: all
+ remote_user: root
+ roles:
+ - role: common
+
+- name: CUDA
+ hosts: cuda
+ remote_user: root
+ roles:
+ - role: cuda
+
+- name: Desktop
+ hosts: desktop
+ remote_user: root
+ roles:
+ - role: desktop