diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-03-13 05:01:30 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-03-13 05:01:30 +0100 |
commit | 006f333828db373435daa15483d2ab753048f62a (patch) | |
tree | 4ae2bedeeb46e69893ee28f96b7d2d48d37549dc /roles/ofed | |
parent | 0db2995395d28caf4676ab566085b7c66130b629 (diff) | |
download | ands-006f333828db373435daa15483d2ab753048f62a.tar.gz ands-006f333828db373435daa15483d2ab753048f62a.tar.bz2 ands-006f333828db373435daa15483d2ab753048f62a.tar.xz ands-006f333828db373435daa15483d2ab753048f62a.zip |
Production
Diffstat (limited to 'roles/ofed')
-rw-r--r-- | roles/ofed/tasks/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/ofed/tasks/main.yml b/roles/ofed/tasks/main.yml new file mode 100644 index 0000000..bd85d43 --- /dev/null +++ b/roles/ofed/tasks/main.yml @@ -0,0 +1,6 @@ +- name: install the 'Infiniband support' package group + yum: name="@Infiniband Support" state=present + +- name: start rdma service + service: name="rdma" enabled=yes state=started +
\ No newline at end of file |