Install Guide
# Clone the master branch
git clone https://github.com/dell/Dell-EMC-Ansible-Modules-for-iDRAC.git
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 specic release:
# Uninstall the previous version of the modules
# Clone v1.0.1 release version
git clone -b v1.0.1 --single-branch https://github.com/dell/Dell-EMC-Ansible-Modules-for-
iDRAC.git
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: The above example clones the v1.0.1 release.
Installing Dell EMC OpenManage Ansible Modules version 1.0.1 7