dell / ansible-vxrail

Apache License 2.0
23 stars 8 forks source link

Ansible Modules for Dell EMC VxRail

The Ansible Modules for Dell EMC VxRail allow data center and IT administrators to use RedHat Ansible to automate and orchestrate the configuration and management of Dell EMC VxRail.

The capabilities of Ansible modules are gathering system information and performing Lay2 Node Expansion. These tasks can be executed by running simple playbooks written in yaml syntax. The modules are written so that all the operations are idempotent, therefore making multiple identical requests has the same effect as making a single request.

Support

Ansible modules for VxRail are supported by Dell EMC open source community, but not product support agreements, and are provided under the terms of the license attached to the source code. Dell EMC does not provide support for any source code modifications. For any Ansible module issues, questions or feedback, join the Dell EMC Automation community.

Supported Platforms

Prerequisites

This table provides information about the software prerequisites for the Ansible Modules for Dell EMC VxRail.

Ansible Modules VxRail version Python version Python library (VxRail Ansible Utility) version Ansible Version
v2.4.1 8.0.210 3.7, 3.8 2.4.1 2.9 and 2.10

Idempotency

The modules are written in such a way that all requests are idempotent and hence fault-tolerant. This means that the result of a successfully performed request is independent of the number of times it is executed.

List of Ansible Modules for Dell EMC VxRail

Installation of SDK

Install the python sdk named 'VxRail Ansible Utility'. It can be installed using pip, based on the appropriate python version.

Installing Collections

Using Collections

Running Ansible Modules

The Ansible server must be configured with Python library for VxRail Ansible Utility to run the Ansible playbooks. The Documents provide information on different Ansible modules along with their functions and syntax. The parameters table in the Product Guide provides information on various parameters which needs to be configured before running the modules.