From b17d3d74eb5a9e7640d94f98f6b27ce4891b3c26 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 6 Oct 2019 04:37:01 +0200 Subject: Integration of CentOS8 and ipecompute nodes --- install.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'install.yml') 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 -- cgit v1.2.1