- Python 2 support is now dropped
omero_web_python_requirements_ice_package
is now a nested dictionary to support multiple versions per distribution
omero_web_python3
: the role only installs OMERO.web with Python 3
- Default to installing and running under Python 3.6.
Set
omero_web_python3: false
to use Python 2.7. /opt/omero/web/OMERO.web/
is a directory not a symlink.- The virtualenv path is
/opt/omero/web/venv3
and does not include system-site-packages. - Home directory of
omero_web_system_user
is changed from/opt/omero/web
to/opt/omero/web/OMERO.web/var
. This increases security by restricting the directories that are writeable byomero_web_system_user
. - The omero-web-apps role has been merged into this role.
omero_web_release
does not supportlatest
, onlypresent
and full versions.
omero_web_ice_version
: This is now an internal variable and must always be3.6
.
omero_web_upgrade
: This variable is now an internal variable. Upgrades are automatically executed depending on the value ofomero_web_release
which can be set topresent
,latest
or a fixed version.