Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions group_vars/sn09/sn09.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ galaxy_venv_dir: '{{ galaxy_root }}/venv'
galaxy_job_working_directory: "{{ galaxy_config['galaxy']['job_working_directory'] }}"
ucsc_build_sites:

# 27/07/2025: The reason to use the Python from this conda environment is
# due to https://github.com/usegalaxy-eu/infrastructure-playbook/pull/1591
galaxy_virtualenv_command: '/usr/local/tools/_conda/envs/__python@3.11.5/bin/python -m venv --copies'
galaxy_nonrepro_tools: '{{ galaxy_root }}/custom-tools'
galaxy_nonrepro_commit: master
Expand Down Expand Up @@ -360,8 +362,6 @@ galaxy_singularity_images_cvmfs_path: '/cvmfs/singularity.galaxyproject.org/all/
galaxy_config: '{{ galaxy_config_hash }}'

# Galaxy Subdomains
# ToDo: Enable this and remove the 2nd one because the 2nd one is when I am deploying manually from non CI worker.
#galaxy_themes_ansible_file_path: /scratch/workspace/usegalaxy-eu/playbooks/sn09/files/galaxy/subdomains
galaxy_themes_ansible_file_path: '{{ playbook_dir }}/files/galaxy/subdomains'
galaxy_themes_default_welcome: https://galaxyproject.org/bare/eu/usegalaxy/main/
galaxy_themes_welcome_url_prefix: https://usegalaxy-eu.github.io/index-
Expand Down
2 changes: 1 addition & 1 deletion sn09.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@
owner: galaxy
group: root
mode: 0644
- name: Add gxadmin local script

- name: Add gxadmin local script
ansible.builtin.copy:
src: 'files/galaxy/config/gxadmin-local.sh'
dest: '{{ galaxy_root }}/.config/gxadmin-local.sh'
Expand Down
Loading