This playbook installs Mellanox Linux Driver for Dell's Mellanox ConnectX3 adapters.
CentOS 6.7 is the only platform that is supported and tested so far.
- Check out defaults/main.yml
None.
Regular installation:
ansible-galaxy install RDI2.dell-ofed
Installation to a specific directory(e.g. roles/):
ansible-galaxy install -p roles/ RDI2.dell-ofed
- hosts: servers
roles:
- { role: RDI2.dell-ofed }
MIT License.
- Koji Tanaka, RDI2