Dell EMC OpenManage Ansible Modules Version 1.
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.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.
2 Installing Dell EMC OpenManage Ansible Modules version 1.1 You can install OpenManage Ansible Modules version 1.1 in two different ways: Topics: • Installing Dell EMC OpenManage Ansible Modules version 1.1 from Dell support site • Installing Dell EMC OpenManage Ansible Modules version 1.1 from GitHub Installing Dell EMC OpenManage Ansible Modules version 1.1 from Dell support site To install Dell EMC OpenManage Ansible Modules version 1.1 from Dell support site: 1 Go to Dell.com/Support/Home.
• 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 specific release: # Clone v1.1 release version git clone -b v1.1 --single-branch https://github.
3 Uninstalling Dell EMC OpenManage Ansible Modules version 1.1 You can uninstall OpenManage Ansible Modules version 1.1 in two different ways based on the location you have downloaded it from. Topics: • Uninstalling Dell EMC OpenManage Ansible Modules version 1.1 when downloaded from Dell support site • Uninstalling Dell EMC OpenManage Ansible Modules version 1.1 when downloaded from GitHub Uninstalling Dell EMC OpenManage Ansible Modules version 1.