diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-08-13 21:33:02 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-08-13 21:33:02 +0200 |
commit | a5dc813bab19dffe02dadfb58c19b455df199a08 (patch) | |
tree | 6940c72f6b57abcfe00a638cd480b215a2625da2 /install.yml | |
parent | 9194983c4daf6f0e16aa382bc903b6c092d08830 (diff) | |
download | itm-a5dc813bab19dffe02dadfb58c19b455df199a08.tar.gz itm-a5dc813bab19dffe02dadfb58c19b455df199a08.tar.bz2 itm-a5dc813bab19dffe02dadfb58c19b455df199a08.tar.xz itm-a5dc813bab19dffe02dadfb58c19b455df199a08.zip |
Prevent IB from crashing Fedora systems, mount Ands shared NFS storage, support development files on CentOS
Diffstat (limited to 'install.yml')
-rw-r--r-- | install.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |