pure1

8Modules2Plugins

Overview

Description

Collection of modules to manage Pure Storage Pure1

Readme

Pure Storage Pure1 Collection

The Pure Storage Pure1 collection consists of the latest versions of the Pure1 modules.

Modules

Requirements

  • Ansible 2.9 or later
  • Authorized API Application ID for Pure Storage Pure1 and associated Private Key Refer to Pure Storage documentation on how to create these.
  • py-pure-client
  • datetime

Available Modules

  • pure1_alerts - Get alerts from Pure1
  • pure1_array_tags - Manage array tags for managed devices in 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

Instructions

Install the Pure Storage Pure1 collection on your Ansible management host.

  • Using ansible-galaxy (Ansible 2.9 or later):
ansible-galaxy collection install purestorage.pure1 -p ~/.ansible/collections

Example Playbook

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

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 Pure Storage Ansible Team

Certification

Product
2.4
DocumentationDependencies
No dependencies
There are currently no dependencies for this collection.
View in Automation Hub
Red Hat logoLinkedInYouTubeFacebookTwitter

Platforms

Products & services

Try, buy, sell

Help

About Red Hat Ecosystem Catalog

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.

© 2025 Red Hat, LLC
Feedback