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.
57Modules5Plugins
Collection of modules to manage Everpure FlashBlade
The Everpure FlashBlade collection consists of the latest versions of the FlashBlade modules.
Before using this collection, you need to install it with the Ansible Galaxy command-line tool:
ansible-galaxy collection install everpure.flashblade
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: everpure.flashblade
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 everpure.flashblade --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 everpure.flashblade:==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 FlashBlade. 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.
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
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 Everpure Ansible Team
| Product |
|---|
| 2.4 |
| 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.