Dell EMC OpenManage Ansible Modules Version 1.0.
Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either potential damage to hardware or loss of data and tells you how to avoid the problem. WARNING: A WARNING indicates a potential for property damage, personal injury, or death. Dell EMC OpenManage Ansible Modules Version 1.0.1 © Copyright 2018 Dell Inc. GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.
Contents 1 Overview........................................................................................................................................................ 4 Prerequisites....................................................................................................................................................................... 4 OpenManage Ansible Modules Support Matrix.............................................................................................................
1 Overview Dell EMC OpenManage Ansible Modules allows Data Center and IT administrators to use RedHat Ansible to automate and orchestrate the configuration, deployment, and update of Dell EMC PowerEdge Servers (12th generation of PowerEdge servers and later) by leveraging the management automation capabilities in-built into the integrated Dell Remote Access Controller (iDRAC). This installation guide provides information about installation and uninstallation of Dell EMC OpenManage Ansible Modules.
Table 2. Hardware Dell EMC Device Supported Firmware Versions 12th generation of PowerEdge servers 2.50.50.50 and 2.41.40.40 13th generation of PowerEdge servers 2.50.50.50 and 2.41.40.40 14th generation of PowerEdge servers 3.17.17.17, 3.15.15.15, 3.11.11.11 and 3.00.00.
2 Installing Dell EMC OpenManage Ansible Modules version 1.0.1 You can install OpenManage Ansible Modules version 1.0.1 in two different ways: • • Installation from Dell support site Installation from Github Topics: • • Installing Dell EMC OpenManage Ansible Modules version 1.0.1 from Dell support site Installing Dell EMC OpenManage Ansible Modules 1.0.1 from GitHub Installing Dell EMC OpenManage Ansible Modules version 1.0.
# 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 specific 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-foriDRAC.
3 Uninstalling Dell EMC OpenManage Ansible Modules version 1.0.1 You can uninstall OpenManage Ansible Modules version 1.0.1 in two different ways based on the location you have downloaded it from. Topics: • Uninstalling Dell EMC OpenManage Ansible Modules version 1.0.1 when downloaded from Dell support site • Uninstalling Dell EMC OpenManage Ansible Modules version 1.0.1 when downloaded from Github Uninstalling Dell EMC OpenManage Ansible Modules version 1.0.