Skip to content

Repository files navigation

Everpure Pure1 Collection

Description

The Everpure Pure1 collection consists of the latest versions of the Pure1 modules.

Requirements

  • Ansible 2.16.0 or later
  • Authorized API Application ID for Everpure Pure1 and associated Private Key Refer to Everpure documentation on how to create these.
  • python >= 3.9
  • py-pure-client
  • datetime

Installation

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

ansible-galaxy collection install everpure.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: everpure.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 everpure.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 everpure.pure1:==1.0.0

See using Ansible collections for more details.

Example Playbook

- hosts: localhost
  tasks:
  - name: Collect information for Everpure fleet in Pure1
    everpure.pure1.pure1_info:
      gather_subset: all
      app_id: <Pure1 API Application ID>
      key_file: <private key file name>
      password: <private key password>

Contributing

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

  • Submit bugs and feature requests, and help us verify as they are checked in
  • Review source code changes
  • Review the documentation and make pull requests for anything from typos to new content
  • If you are interested in fixing issues and contributing directly to the code base, please see the details below:
    1. Fork this project into your account if you are a first-time contributor.
    2. Create a branch based on the latest master branch, commit your changes on this branch.
    3. You may merge the Pull Request in once you have the sign-off of two other developers, or if you do not have permission to do that, you may request the second reviewer to merge it for you.

Support

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

Release notes for this collection can be found here

Related Information

Available Modules

  • pure1_alerts - Get alerts from Pure1
  • pure1_array_tags - Manage array tags for managed devices in Pure1
  • pure1_drives - Get array drives information from Pure1
  • pure1_info - Get information on fleet configuration
  • pure1_nics - Get network interface information from Pure1
  • pure1_pods - Get FlashArray pod information from Pure1
  • pure1_ports - Get port information from Pure1
  • pure1_volumes - Get FlashArray volume information from Pure1

License

BSD-2-Clause

GPL-3.0-or-later

Author

This collection was created in 2020 by Simon Dodsley for, and on behalf of, the Everpure Ansible Team

About

Ansible Collection for Everpure Pure1

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages