Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jul 3, 2024
1 parent ce6a454 commit e60fcc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Role Variables
- `omero_ms_image_region_worker_pool_size`: Number of microservice workers, the default is double the number of available processors
- `session_id`: The OMERO session identifier, if you do not know it, you may get it using this command:

/opt/omero/web/OMERO.web/bin/omero config get omero.web.session_cookie_name
/opt/omero/web/OMERO.web/bin/omero config get omero.web.session_cookie_name

- `omero_ms_image_region_max_active_channels`: The maximum number of channels to allow per request, the default is `10`
- `omero_ms_image_region_update_nginx`: if set to `false`, it will not update the NGINX configuration file
Expand All @@ -51,8 +51,8 @@ Example Playbook

Another example:
----------------
The following example is used to deploy in multiple nodes and configure the ms download url and other roles variables
For example, it can be used to deploy the microservice on the idr omeroreadonly servers. The variable values inside the playbook should be modified for the idr environment in which the ms will be deployemnt
The following example is used to deploy in multiple nodes and configure the microservice download url and other roles variables
For example, it can be used to deploy the microservice on the IDR omeroreadonly servers. The variable values inside the playbook should be modified for the IDR environment in which the microservice will be deployed.

- hosts: nodes
become: true
Expand Down

0 comments on commit e60fcc1

Please sign in to comment.