cohesity / ansible-collection

This repository provides an Ansible collection and related modules for Cohesity DataPlatform.
GNU General Public License v3.0
3 stars 6 forks source link

Documentation for Cohesity Refresh Protection Source Issue #22 #26

Closed amhaats1 closed 1 year ago

amhaats1 commented 1 year ago

📚 Documentation

Where are the playbooks and documentation on how to refresh the different types of sources? related to Issue #22 that was closed. I was hoping for a script to just put in the source name or a list of source names.

naveena-maplelabs commented 1 year ago

@amhaats1, Can you please check the playbooks now. https://github.com/cohesity/ansible-collection/tree/main/playbooks/physical-workflow https://github.com/cohesity/ansible-collection/tree/main/playbooks/oracle-workflow

amhaats1 commented 1 year ago

Thank you, are there any plans to have a refresh source script built in for the UDA workflow or do I need to open another issue for that request?

From: naveena-maplelabs @.> Sent: Tuesday, May 9, 2023 3:47 AM To: cohesity/ansible-collection @.> Cc: Michl, Angela @.>; Mention @.> Subject: Re: [cohesity/ansible-collection] Documentation for Cohesity Refresh Protection Source Issue #22 (Issue #26)

[EXTERNAL MESSAGE] To ensure continued focus on protection of our customer data, be cautious with links and attachments. If you suspect a phishing attempt, report it by selecting the Report Phishing button on this message.

@amhaats1https://github.com/amhaats1, Can you please check the playbooks now. https://github.com/cohesity/ansible-collection/tree/main/playbooks/physical-workflow https://github.com/cohesity/ansible-collection/tree/main/playbooks/oracle-workflow

— Reply to this email directly, view it on GitHubhttps://github.com/cohesity/ansible-collection/issues/26#issuecomment-1539273548, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AY4QRL6ADCB6EM5ATIPWBTDXFH77PANCNFSM6AAAAAAX2MB3XM. You are receiving this because you were mentioned.Message ID: @.**@.>>

This e-mail and any files transmitted with it are confidential and are solely for the use of the addressee. It may contain material that is legally privileged, proprietary or subject to copyright belonging to the sender and its affiliates, and it may be subject to protection under federal or state law. If you are not the intended recipient, you are notified that any use of this material is strictly prohibited. If you received this transmission in error, please contact the sender immediately by replying to this e-mail and delete the material from your system. The sender may archive e-mails, which may be accessed by authorized persons and may be produced to other parties, including public authorities, in compliance with applicable laws.

naveena-maplelabs commented 1 year ago

@amhaats1, To refresh a Uda source, please add new field refresh and set to true.

cohesity_uda_source:
    server: cohesity.lab
    username: admin
    password: password
    endpoint: myvcenter.host.lab
    state: present
    refresh: true