The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

64Modules4Plugins
Collection of modules to manage Pure Storage FlashArrays (including Cloud Block Store)
The Pure Storage FlashArray collection consists of the latest versions of the FlashArray modules and also includes support for Cloud Block Store
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.
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: * Infrastructure Drift Control * Database Cloning * Disaster Recovery
There are many ways in which you can participate in the project, for example:
master branch, commit your changes on this branch.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 for this collection can be found here
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.
This collection was created in 2019 by Simon Dodsley for, and on behalf of, the Pure Storage Ansible Team
| Product |
|---|
| 2.5 |
| 2.6 |
| 2.7 |
This collection is self-contained and has no external Ansible dependencies.
This collection is not being used by other collections.