Installation scripts for SURF ResearchCloud catalog components
View the Project on GitHub UtrechtUniversity/researchcloud-items
Adds the iRODS repository as a source of software packages.
Linux distribution that supports either yum or apt package manager
The RENCI iRODS repository is added as a source. An alternative source repo (e.g. experimental builds) can be specified in an Ansible variable. See related roles to install software packages.
The following variables and defaults are available:
irods_repo_yum_major_version: "{{ ansible_distribution_major_version }}"
irods_repo_apt_release: "{{ ansible_distribution_release }}"
irods_repo_url: "https://packages.irods.org"
2021 Written by Ton Smeele (Utrecht University)