Skip to content

cohesity/ansible-collection

Repository files navigation

Ansible Collection - cohesity.dataprotect

Overview

License: GNU General Public License v3.0

This project provides an Ansible Collection for interacting with the Cohesity DataPlatform.

This Ansible Collection can be used on Windows, Linux or MacOS leveraging Python.

It includes modules, tasks, and example plays useful for automating common tasks and orchestrating workflows in your environment.

This Ansible Collection leverages Cohesity REST API to interact with the Cohesity Cluster.

Installation

ansible-galaxy collection install cohesity.dataprotect

To use this collection, add the following to the top of your playbook:

collections:
  - cohesity.dataprotect

Requirements

  • ansible version >= 2.9
  • requests >= 2.20
  • python version >= '3.6'
  • cohesity_management_sdk >= 1.6.0

To install the requirements, run pip install -r requirement.txt

Table of contents

Let's get started

Some samples to get you going 💡

  • Refer playbooks folder to find more examples.

Contribute

Suggestions and Feedback

We would love to hear from you. Please send your suggestions and feedback to: cohesity-api-sdks@cohesity.com

Code of Conduct

This collection follows the Ansible project's Code of Conduct.

License

GNU General Public License v3.0.