Install Guide

To install the latest stable version:
# Clone the master branch
git clone https://github.com/dell/Dell-EMC-Ansible-Modules-for-iDRAC
cd Dell-EMC-Ansible-Modules-for-iDRAC
# Install the latest version. Run the below command using the
sudo or super-user privileges if
Ansible is installed using root permission.
python install.py
To install a specic release:
# Clone v1.1 release version
git clone -b v1.1 --single-branch
https://github.com/dell/Dell-EMC-Ansible-Modules-for-iDRAC
cd Dell-EMC-Ansible-Modules-for-iDRAC
# Install the latest version. Run the below command using the
sudo or super-user privileges if
Ansible is installed using root permission.
python install.py
NOTE: If previous version of Dell EMC OpenManage Ansible Modules is installed, you are prompted with an upgrade message.
Press Y to upgrade to the latest version.
NOTE: The above example clones the v1.1 release.
6 Installing Dell EMC OpenManage Ansible Modules version 1.1