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.
ansible-galaxy collection install cohesity.dataprotect
To use this collection, add the following to the top of your playbook:
collections:
- cohesity.dataprotect
- ansible-core version >= 2.16.0
- requests >= 2.31.0
- python version >= '3.6'
- cohesity_management_sdk >= 1.6.0
To install the requirements, run pip install -r requirement.txt
- Refer
playbooks
folder to find more examples.
We would love to hear from you. Please send your suggestions and feedback to: support@cohesity.com
This collection follows the Ansible project's Code of Conduct.
GNU General Public License v3.0.
The scripts, recipes, and integrations provided here are community-contributed or best-effort solutions from Cohesity engineering and ecosystem partners. These resources are not officially supported by Cohesity Support or Field teams. For production-grade use or enterprise implementation support, please contact Cohesity Professional Services or your account team.