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
- Host: GitHub
- URL: https://github.com/ome/ansible-role-omero-common
- Owner: ome
- License: bsd-2-clause
- Created: 2017-03-09T20:32:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T11:01:49.000Z (about 2 years ago)
- Last Synced: 2025-06-05T06:55:17.976Z (12 months ago)
- Topics: ansible, ome, omero, openmicroscopy
- Language: Python
- Homepage: https://galaxy.ansible.com/ome/omero_common
- Size: 27.3 KB
- Stars: 1
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
OMERO Common
============
[](https://github.com/ome/ansible-role-omero-common/actions)
[](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