Install Guide

cd dellemc-openmanage-ansible-modules
# 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 v2.0.1 release version
git clone -b v2.0.1 --single-branch https://github.com/dell/dellemc-openmanage-ansible-modules
cd dellemc-openmanage-ansible-modules
# 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 v2.0.1 release.
Installing Dell EMC OpenManage Ansible Modules version 2.0.1 7