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.
28Modules42Plugins
Ansible modules to manage Hitachi VSP One Object Storage systems using the Hitachi VSP One platform. These modules provide a simplified and automated way to configure and manage Hitachi VSP One Object Storage systems, enabling seamless integration with Ansible playbooks and workflows.
The Hitachi VSP One Object Storage Modules provide a comprehensive set of Ansible modules for managing Hitachi VSP One Object series systems. These modules enable seamless integration with Red Hat Ansible, allowing users to automate storage provisioning, configuration, and management tasks.
View the Changelog.
For a detailed list of available modules, please refer to the Modules Documentation.
Before using this collection, you need to install it with the Ansible Galaxy command-line tool:
ansible-galaxy collection install hitachivantara.vspone_object
collections:
- hitachivantara.vspone_object.oneobject_node
Note that if you install the collection from Ansible Galaxy, it will not be upgraded automatically when you upgrade the Ansible package.
If you need to install a specific version of the collection (for example, to downgrade due to issues in the latest version), you can use the following syntax to install version 1.0.0:
ansible-galaxy collection install hitachivantara.vspone_object:==1.0.0
See using Ansible collections for more details.
For troubleshooting tips and common issues, please refer to the Troubleshooting Guide.
This collection has been tested using the following methods:
ansible-test sanity
Below is an example of how this collection can be used to manage Hitachi VSP One Object Storage:
This example shows how to add a certificate to VSP One Object
- name: Add
hosts: localhost
gather_facts: false
tasks:
- name: Add a certificate to VSP One Object
hitachivantara.vspone_object.oneobject_node.hv_certificates::
connection_info: "{{ connection_info }}"
state: "present"
spec:
cert_file_path: "/path/to/certificate.crt"
register: result
- name: Debug the result variable
ansible.builtin.debug:
var: result
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.
If a support case cannot be opened with Red Hat and the collection has been obtained either from Galaxy or GitHub, there may be community help available on the Ansible Forum.
For additional support, please use one of the following channels:
For User Guide and Release Notes, see User Guide and Release Notes
Version 1.0.0 highlights:
This collection was created by the Hitachi Vantara® Ansible Team in 2025.
Product |
---|
Red Hat Ansible Automation Platform 2.4 |
Red Hat Ansible Automation Platform 2.5 |