Skip to content

ait-testbed/atb-ansible-zippeddata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ansible-Role: atb-ansible-zippeddata

AECID-TESTBED: Downloads archives from a url and unarchives them in a specified location. As default it takes datasets from https://zenodo.org/records/7477560

Requirements

  • Debian or Ubuntu

Role Variables

zippeddata_data:
   - url: https://zenodo.org/records/7477560/files/Annotations.zip?download=1
     path: /media/data

Example Playbook

- hosts: localhost
  roles:
    - zippeddata
      vars:
        zippeddata_data:
          - url: https://zenodo.org/records/7477560/files/Annotations.zip?download=1
            path: /media/data

License

GPL-3.0

Author

  • Wolfgang Hotwagner