Installation scripts for SURF ResearchCloud catalog components
View the Project on GitHub UtrechtUniversity/researchcloud-items
Role that installs Anaconda, a distribution of Python and R for Data Science. See the Anaconda website for more details.
Debain or RHEL/CentOS.
The role follows the installation as explained on their official website. It installs any required dependencies and then Anaconda itself. The installation is done in a shared location and each user on the system is granted access rights to all necessary files.
anaconda_python_version
: The Python version to use for the Anaconda installation. Default: 3
.anaconda_version
: The Anaconda version that will be installed. See https://docs.anaconda.com/anaconda/release-notes/. Default: 2022.05
.anaconda_ip
: The address to reach Anaconda. Default: 0.0.0.0
.anaconda_port
: Which port to assign to Anaconda. Default: 8888
.anaconda_download_dest
: Where to download the installation file to. Default: /tmp/anaconda3
.anaconda_install_dir
: Where to install Anaconda. Default: /opt/anaconda3
.fact_regular_users runonce desktop_file
2022 Written by Sytse Groenwold (Utrecht University)