summaryrefslogtreecommitdiffstats
path: root/roles/ofed/tasks/main.yml
blob: bd85d439d680dcba8740fcf176cfe5333c9fc6aa (plain)
1
2
3
4
5
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