summaryrefslogtreecommitdiffstats
path: root/install.yml
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-10-06 04:37:01 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-10-06 04:37:01 +0200
commitb17d3d74eb5a9e7640d94f98f6b27ce4891b3c26 (patch)
tree35b03ed3f6349de7db2482761ff6295aee5ae813 /install.yml
parent1c830e285e19f2d571cf50ef912f01f0f7d68e10 (diff)
downloaditm-b17d3d74eb5a9e7640d94f98f6b27ce4891b3c26.tar.gz
itm-b17d3d74eb5a9e7640d94f98f6b27ce4891b3c26.tar.bz2
itm-b17d3d74eb5a9e7640d94f98f6b27ce4891b3c26.tar.xz
itm-b17d3d74eb5a9e7640d94f98f6b27ce4891b3c26.zip
Integration of CentOS8 and ipecompute nodes
Diffstat (limited to 'install.yml')
-rw-r--r--install.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/install.yml b/install.yml
index 278dac9..f1acdd8 100644
--- a/install.yml
+++ b/install.yml
@@ -15,9 +15,29 @@
remote_user: root
roles:
- role: cuda
+
+# The AMD driver is "surprisingly" crashing
+#- name: ROCM
+# hosts: rcom
+# remote_user: root
+# roles:
+# - role: rocm
+
+
+- name: Docker
+ hosts: docker
+ remote_user: root
+ roles:
+ - role: docker
- name: Desktop
hosts: desktop
remote_user: root
roles:
- role: desktop
+
+- name: Additional Local and Network Storage
+ hosts: infra
+ remote_user: root
+ roles:
+ - role: storage