You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It sounds like this would introduce two-way coupling: omego requires ansible, but ansible OMERO roles require omego for downloading artefacts. I think it'd be better to split omego into:
library of tools, e.g. for downloading, or database operations
An application that contains the logic for installing OMERO, and makes use of the tools library.
cF:
To simplify adding requirements for the various
install
targets thatomego
provides, the following could be added:req
(ordeps
oransible
orsetup
) or a flag likeinstall --setup
could be added which:requirements.yml
ansible-galaxy
The requirements.yml file might look like:
The playbook would largely might look like:
The goal would be to reduce the number of steps and necessary files needed for the likes of docker to:
The text was updated successfully, but these errors were encountered: