Installation scripts for SURF ResearchCloud catalog components
View the Project on GitHub UtrechtUniversity/researchcloud-items
Makes information about the workspace and CO available as Ansible facts. Provides three facts:
fact_workspace_info
– dict object containing info about the workspace (CO, user endpoint URL, etc.)/fact_desktop_workspace
– Boolean, true if the workspace has a desktop environment.Linux flavor operating system.
See here for example output of the facts.
fact_workspace_info
:
"fact_workspace_info": {
"co_admin_user_only": "false",
"co_id": "coid",
"co_name": "CO Name",
"co_passwordless_sudo": "true",
"co_roles_enabled": "true",
"co_token": "token",
"co_user_api_endpoint": "https://api.surfresearchcloud.nl/user/co_users/",
"owner_id": "id",
"workspace_id": "id2",
"workspace_name": "python workbench3"
}
2024 Written by Dawa Ometto (Utrecht University)