An open API service indexing awesome lists of open source software.

https://github.com/ome/ansible-role-omero-common

Common variables and tasks for OME applications
https://github.com/ome/ansible-role-omero-common

ansible ome omero openmicroscopy

Last synced: 12 months ago
JSON representation

Common variables and tasks for OME applications

Awesome Lists containing this project

README

          

OMERO Common
============

[![Actions Status](https://github.com/ome/ansible-role-omero-common/workflows/Molecule/badge.svg)](https://github.com/ome/ansible-role-omero-common/actions)
[![Ansible Role](https://img.shields.io/badge/ansible--galaxy-omero_common-blue.svg)](https://galaxy.ansible.com/ui/standalone/roles/ome/omero_common/)

Common variables and handlers for other OMERO application Ansible roles.

Role Variables
--------------

All variables are optional.
You should use the defaults unless you have a good reason not to.
- `omero_common_basedir`: The parent directory for OMERO applications.

Handlers
--------

This role includes standalone handlers which can be use to restart `omero-server` and `omero-web` without depending on the corresponding Ansible roles.
This may be useful when modifying the configuration of OMERO after installation.

If you know that the component you wish to restart is installed you can notify:
- `restart omero-server`
- `restart omero-web`
- `restart nginx`

If the component may or may not be installed you can notify:
- `restart omero-server if installed`
- `restart omero-web if installed`
- `restart nginx if installed`

Note that in the latter case the installation check is done when this role is run, not when the handlers are run, so there is a potential race condition.

Author Information
------------------

ome-devel@lists.openmicroscopy.org.uk