Pure-Storage-Ansible / FlashArray-Collection

Ansible Collection for Pure Storage FlashArray
GNU General Public License v3.0
19 stars 21 forks source link
ansible collection storage

Pure Storage FlashArray Collection

Description

The Pure Storage FlashArray collection consists of the latest versions of the FlashArray modules and also includes support for Cloud Block Store

Requirements

Installation

Before using this collection, you need to install it with the Ansible Galaxy command-line tool:

ansible-galaxy collection install purestorage.flasharray

You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:

collections:
  - name: purestorage.flasharray

Note that if you install the collection from Ansible Galaxy, it will not be upgraded automatically when you upgrade the Ansible package.

To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install purestorage.flasharray --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax to install version 1.0.0:

ansible-galaxy collection install purestorage.flasharray:==1.0.0

See using Ansible collections for more details.

Use Cases

This collection can be used to perform any task that you would normally perform using the command-line or GUI on a FlashArray. This also includes using the collection in larger playbooks to perform actions with storage-related components, such as:

Contributing

There are many ways in which you can participate in the project, for example:

Support

Only the latest release of this collection is supported.

For support please raise a GitHub Issue on this repository.

If you are a Pure Storage customer, you may log a support call with the Pure Storage Support team (support\@purestorage.com)

If you have a Red Hat Ansible support contract, as this is a Certified collection, you may log a support call with Red Hat directly.

Release Notes

Release notes for this collection can be found here

Related Information

Idempotency

All modules are idempotent with the exception of modules that change or set passwords. Due to security requirements exisitng passwords can be validated against and therefore will always be modified, even if there is no change.

Available Modules

License Information

BSD-2-Clause

GPL-3.0-or-later

Author

This collection was created in 2019 by Simon Dodsley for, and on behalf of, the Pure Storage Ansible Team