galaxy-cloudman-playbook
galaxy-cloudman-playbook copied to clipboard
Build components for CloudMan, Galaxy on the Cloud, or Galaxy Server
In running: `ansible-playbook -i inventory/builders image.yml --extra-vars vnc_password=vnc --extra-vars psql_galaxyftp_password=gftp --extra-vars cleanup=yes` I get this error: `failed: [10.117.231.40] (item=[u'java_packages']) => {"failed": true, "item": ["java_packages"], "msg": "No package matching 'java_packages' is...
The [README](https://github.com/galaxyproject/galaxy-cloudman-playbook/blob/master/README.md) file says on lines 205-208: If you wish to use this playbook only to install some Galaxy tools, comment out all roles except `galaxyprojectdotorg.tools` in `galaxyFS.yml` file. You...
When creating an galaxyFS archive (the cm.filesystem role), the galaxy and postgres services are being shut down. In a cloudman instance unfortunately these services get restarted while the archive is...