From a5dc813bab19dffe02dadfb58c19b455df199a08 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 13 Aug 2018 21:33:02 +0200 Subject: Prevent IB from crashing Fedora systems, mount Ands shared NFS storage, support development files on CentOS --- install.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install.yml') diff --git a/install.yml b/install.yml index 2cd3768..278dac9 100644 --- a/install.yml +++ b/install.yml @@ -4,6 +4,12 @@ roles: - role: common +- name: Infiniband + hosts: ib + remote_user: root + roles: + - role: ib + - name: CUDA hosts: cuda remote_user: root -- cgit v1.2.1