rsa-tools / rsat-code

This repo contains the code required to run a local version of the software suite Regulatory Sequence Analysis Tools (RSAT).
http://rsat.eu
GNU Affero General Public License v3.0
5 stars 6 forks source link

Ansible Role For Rsat #7

Open FanchTheSystem opened 2 years ago

FanchTheSystem commented 2 years ago

Hello,

I updated the ansible role mentioned in a previous merge request.

As now this ansible role does not use current rsat installation script, we (at IFB) don't need the modification for automation. (see: https://github.com/rsa-tools/rsat-code/pull/3). But maybe you will want to add some in the repo so I switch the PR to "ready for review" state.

I have try to keep the installation workflow, and you will find ansible task file with the same name as the shell script. https://gitlab.com/ifb-elixirfr/ansible-roles/ansible-rsat/-/tree/master/tasks

We use this installation workflow to install RSAT on IFB server. It look like it work well (on ubuntu 20.04), but maybe it will need some more fix/feature as we are in test step for now

Please feel free to comment or ask, here or on gitlab.

FanchTheSystem commented 2 years ago

Maybe we can mention this ansible role in rsat documentation as an alternative installation.

jvanheld commented 2 years ago

Thanks @FanchTheSystem for having developed this ANSIBLE role. This is really a great step for RSAT deployment and maintenance.

We should definitely add a section about this ANSIBLE role in the installling_rsat repository. We can fix a date to do it together (so you also explain me how it works).