These playbooks encapsulate the running of various production servers run by the OME team. If you are looking for examples of running your own production OMERO.server see
https://github.com/ome/omero-deployment-examples
- Install
Ansible
and dependencies using the ome-ansible-molecule package. - Install required roles:
ansible-galaxy install -r requirements.yml
- Run the
site.yml
playbook.
For details of individual playbooks see the comments in site.yml
.
All server playbooks have a corresponding molecule test scenario under molecule
.