Install Guide

For offline installation on the Ansible control machine, download the required tar archive version of the collection from
Dell EMC OpenManage collection and run the following command:
ansible-galaxy collection install dellemc-openmanage-<version>.tar.gz
NOTE: For the force installation of the OpenManage Ansible collection, add -f at the end of the commands.
2. Run the following command to confirm if the Dell EMC OpenManage collection is installed:
ansible-galaxy collection list dellemc.openmanage
Dell EMC OpenManage collection version 4.0.0 are installed. You can view the collections in the following path:
~/.ansible/collections/ansible_collections/dellemc/openmanage/
Install Dell EMC OpenManage Ansible collections from
GitHub
1. Run the following command on the terminal:
ansible-galaxy collection install git+https://github.com/dell/dellemc-openmanage-
ansible-modules.git,collections
2. Run the following command to confirm if the Dell EMC OpenManage collection is installed:
ansible-galaxy collection list dellemc.openmanage
Dell EMC OpenManage collection version 4.0.0 are installed. You can view the collections in the following path:
~/.ansible/collections/ansible_collections/dellemc/openmanage/
Installing Dell EMC OpenManage Ansible Modules version 4.0.0
7