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.

9Modules2Plugins
Collection of modules to manage Everpure Pure1
The Everpure Pure1 collection consists of the latest versions of the Pure1 modules.
Before using this collection, you need to install it with the Ansible Galaxy command-line tool:
ansible-galaxy collection install purestorage.pure1
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.pure1
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.pure1 --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.pure1:==1.0.0
See using Ansible collections for more details.
- hosts: localhost
tasks:
- name: Collect information for Everpure fleet in Pure1
purestorage.pure1.pure1_info:
gather_subset: all
app_id: <Pure1 API Application ID>
key_file: <private key file name>
password: <private key password>
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.
As Red Hat Ansible Certified Content, this collection is entitled to support through the Ansible Automation Platform (AAP) using the Create issue button on the top right corner. This is the Primary Support Route for a Certified Collection.
Community-Only help may be available on the Ansible Forum or raise a GitHub issue in the Collection repo.
Release notes for this collection can be found here
This collection was created in 2020 by Simon Dodsley for, and on behalf of, the Everpure Ansible Team
| Product |
|---|
| 2.4 |
| 2.5 |
| 2.6 |
| 2.7 |