Starting 2023, we have switched the development of our Ansible Galaxy servers deployment to GalaxyXpand
GalaxyKickStart is an Ansible playbook designed to help you get one or more production-ready Galaxy servers based on Ubuntu within minutes, and to maintain these servers. Optionally, GalaxyKickStart can install tools and workflows in the deployed Galaxy server.
Detailed usage instructions are available in the Documentation.
- Cloud Machines
- Physical Servers
- Docker Images
GalaxyKickStart is developed by the ARTbio platform and uses roles developed by the Galaxy team, including:
- ensure_postrgesql_up
- natefoo-postgresql_objects
- galaxy-os role
- galaxy role
- miniconda-role
- galaxy-extras role
- galaxy-trackster role
- galaxy-tools role
Installation of postgresql might fails due to non-standard locale ###
If you are using Ubuntu on your Ansible machine, make sure that you deactivate
SendEnv LANG LC_*
in /etc/ssh_config
. This will allow locale settings to
be propagated by ssh.