Skip to content

grycap/ansible-collection-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Collection - grycap.dataset

A collection to manage datasets in the cloud

Requirements

You can install all the requirements using pip install -r requirements.txt.

Installation

  • From GitHub: Install the Ansible collection from the GitHub repository:
  ansible-galaxy collection install git+https://github.com/grycap/ansible-collection-dataset

Usage

How to use the download_dataset module:

- name: Download dataset
  grycap.dataset.download_dataset:
    dataset_url: 10.5061/dryad.x3ffbg7m8
    output_dir: /usr/local/datasets

How to use the transfer_dataset_fts module:

- name: Transfer dataset
  grycap.dataset.transfer_dataset_dts:
    dataset_doi: doi:10.5281/zenodo.10157504
    dts_endpoint: https://data-transfer.service.eosc-beyond.eu
    dts_token: access_token
    destination: s3s://play.min.io/test

About

Ansible collection to manage datasets in the cloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages