{"id":18825398,"url":"https://github.com/grycap/ansible-role-galaxy","last_synced_at":"2026-03-04T16:02:35.714Z","repository":{"id":7026179,"uuid":"55978203","full_name":"grycap/ansible-role-galaxy","owner":"grycap","description":"Ansible Role to install the Galaxy Portal","archived":false,"fork":false,"pushed_at":"2026-02-06T07:06:27.000Z","size":211,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-02-06T15:31:44.174Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grycap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-04-11T14:14:40.000Z","updated_at":"2026-02-06T07:06:24.000Z","dependencies_parsed_at":"2024-11-15T13:18:07.517Z","dependency_job_id":"eca3808d-18d3-4051-b8b9-acdf30b1a1bd","html_url":"https://github.com/grycap/ansible-role-galaxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/grycap/ansible-role-galaxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-galaxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-galaxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-galaxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-galaxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grycap","download_url":"https://codeload.github.com/grycap/ansible-role-galaxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-galaxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30085820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T15:40:14.053Z","status":"ssl_error","status_checked_at":"2026-03-04T15:40:13.655Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T00:59:20.395Z","updated_at":"2026-03-04T16:02:35.667Z","avatar_url":"https://github.com/grycap.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)  \n[![CI](https://github.com/grycap/ansible-role-galaxy/actions/workflows/main.yaml/badge.svg)](https://github.com/grycap/ansible-role-galaxy/actions/workflows/main.yaml)\n\nGalaxy Portal Role\n==================\n\nInstall [Galaxy Portal](https://galaxyproject.org/).\n\nRole Variables\n--------------\n\nThe variables that can be passed to this role and a brief description about them are as follows.\n\n\t# Galaxy node type: portal or wn\n\tgalaxy_node_type: portal\n\t# Type of LRMS to use (Currently only supported local, slurm or torque)\n\tgalaxy_lrms: local\n\t# E-mail of the admin user\n\tgalaxy_admin: admin@admin.com\n\t# Password of the admin user\n\tgalaxy_admin_password: adminpass\n\t# API key for admin user\n\tgalaxy_admin_api_key: not_very_secret_api_key\n\t# User to launch the Galaxy portal\n\tgalaxy_user: galaxy\n\t# User ID to assing to the galaxy user\n\tGALAXY_USER_ID: 1450\n\t# Password to assing to the user (galaxy+00)\n\t# See http://docs.ansible.com/ansible/faq.html#how-do-i-generate-crypted-passwords-for-the-user-module for more info\n\tGALAXY_USER_PASSWORD: $6$d6becl8ohu0F4$Pzf2NIrfhGVvoGzaqf6aPEDhYi5ZTbmujF0oGv7qGNxXwHOKqfehm197YzEGZqJ4lwxDL5jWU6goqeaMHic3s0\n\t# Password used to derive a munge key for authentication between the server and the workers.\n\tgalaxy_munge_key_password: ''\n\t# Slurm server name\n\tgalaxy_slurm_server_name: slurmserver\n\t# Galaxy export dir\n\tgalaxy_export_dir: /mnt/export\n\t# Version of the Galaxy portal docker image to use\n\tgalaxy_image_version: \"24.1\"\n\t# ENV variables for the Docker Galaxy\n\tgalaxy_docker_env_vars:\n\t\tUSE_HTTPS: \"True\"\n\t\tGALAXY_CONFIG_BRAND: \"Galaxy\"\n\t\tNONUSE: \"reports,slurmd,slurmctld,nodejs,condor\"\n\t\tGALAXY_LOGGING: \"full\"\n\t\tDOCKER_PARENT: \"True\"\n\t\tGALAXY_CONFIG_HOST: \"0.0.0.0\"\n\t\tGALAXY_DEFAULT_ADMIN_USER: \"{{galaxy_admin}}\"\n\t\tGALAXY_DEFAULT_ADMIN_PASSWORD: \"{{galaxy_admin_password}}\"\n\t\tGALAXY_DEFAULT_ADMIN_KEY: \"{{galaxy_admin_password}}\"\n\t\tGALAXY_CONFIG_ADMIN_USERS: \"{{galaxy_admin}}\"\n\t\tGALAXY_CONFIG_MASTER_API_KEY: \"{{galaxy_admin_api_key}}\"\n\t\tGALAXY_DESTINATIONS_DEFAULT: \"local_no_container\"\n\t\tGALAXY_RUNNERS_ENABLE_SLURM: \"False\"\n\t\tGALAXY_RUNNERS_ENABLE_K8: \"False\"\n\t\tGALAXY_RUNNERS_ENABLE_PBS: \"False\"\n\n\t# ENV variables for the Docker Galaxy in case of using slurm\n\tslurm_galaxy_docker_env_vars:\n\t\tNONUSE: \"reports,slurmctld,slurmd,nodejs,condor\"\n\t\tGALAXY_DESTINATIONS_DEFAULT: \"slurm_cluster\"\n\t\tGALAXY_RUNNERS_ENABLE_SLURM: \"True\"\n\n\tgalaxy_docker_volumes:\n\t  - \"/var/run/docker.sock:/var/run/docker.sock\"\n\t  - \"{{galaxy_export_dir}}:/export/\"\n\t  - \"/etc/nginx/nginx.conf:/etc/nginx/nginx.conf\"\n\t  - \"/etc/nginx/uwsgi.conf:/etc/nginx/conf.d/uwsgi.conf\"\n\n\tslurm_galaxy_docker_volumes:\n\t  - \"{{galaxy_export_dir}}/slurm.conf:/etc/slurm-llnl/slurm.conf\"\n\n\nExample Playbook\n----------------\n\nThis an example of how to install the Galaxy portal:\n\n    - hosts: servers\n      roles:\n         - { role: grycap.galaxy  }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrycap%2Fansible-role-galaxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrycap%2Fansible-role-galaxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrycap%2Fansible-role-galaxy/lists"}