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 and modular infrastructure by leveraging the management automation capabilities in-built into the Integrated Dell Remote Access Controller (iDRAC), OpenManage Enterprise and OpenManage Enterprise Modular.
OpenManage Ansible Modules simplifies and automates provisioning, deployment, and updates of PowerEdge servers and modular infrastructure. It allows system administrators and software developers to introduce the physical infrastructure provisioning into their software provisioning stack, integrate with existing DevOps pipelines and manage their infrastructure using version-controlled playbooks, server configuration profiles, and templates in line with the Infrastructure-as-Code (IaC) principles.
- iDRAC 7 and 8 based Dell EMC PowerEdge Servers with Firmware versions 2.60.60.60 and above.
- iDRAC 9 based Dell EMC PowerEdge Servers with Firmware versions 3.34.34.34 and above.
- Dell EMC OpenManage Enterprise versions 3.2.1 and above.
- Dell EMC OpenManage Enterprise-Modular versions 1.20.00 and above.
- Ansible versions: 2.8.4 to 2.9.15
- Python >=2.7.17 or >=3.6.5
- To run the iDRAC modules, install OpenManage Python Software Development
Kit (OMSDK) using
pip install omsdk --upgrade
or from Dell EMC OpenManage Python SDK
Please refer to the OpenManage Ansible Modules Documentation
Latest sample playbooks and examples are available under playbooks directory
Latest sample results for the respective modules are available under output directory.
- Clone the latest development repository and install the ansible modules.
git clone -b devel --single-branch https://github.com/dell/dellemc-openmanage-ansible-modules.git
cd dellemc-openmanage-ansible-modules
python install.py
-
It is recommended to update the ansible configuration setting environment variables to point to the current module paths, if any.
-
If using an alternative python interpreter, i.e. virtualenv, you must set the Ansible variable ansible_python_interpreter to that path.
cd dellemc-openmanage-ansible-modules
python uninstall.py
The latest Dell EMC OpenManage Ansible Modules are available on Ansible Galaxy as a collection. Please see dellemc.openmanage for more information. The collection branch is available here.
Refer the following document for detailed instructions on how to build a docker image of OpenManage Ansible Modules.
This project is licensed under GPL-3.0 License. Please see the COPYING for more information
We welcome your contributions to OpenManage Ansible Modules. See Coding Guidelines for more details. You can refer our Code of Conduct here.
See here for further information on testing.
- This devel branch corresponds to the release actively under development.
- If you want to report any issue, then please report it by creating a new issue here
- If you have any requirements that is not currently addressed, then please let us know by creating a new issue here
- If you want to provide any feedback to the development team, then you can do so by sending an email to OpenManageAnsible@Dell.com
- OpenManageAnsible (OpenManageAnsible@dell.com)