Skip to content

Commit 3c73b99

Browse files
committed
Fix typos
1 parent c52f98f commit 3c73b99

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

README.rst

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,27 @@ OMERO.docker.web is required.
1515
Role Variables
1616
--------------
1717

18-
- `apps_folder'`: The application based older
19-
- `database_server_url`: The omero database url
20-
- `database_port`: The omero database port
21-
- `database_name`: The omero database name (e.g. omero)
22-
- `database_username`: the omero database user name
23-
- `database_user_password`: the database user password
18+
- `apps_folder'`: The application data folder
19+
- `database_server_url`: The database URL
20+
- `database_port`: The database port
21+
- `database_name`: The database name (e.g., omero)
22+
- `database_username`: The database username
23+
- `database_user_password`: The database user password
2424
- `default_datasource`: The default datasource
25-
- `search_engineelasticsearch_docker_image`: The elasticsearch image, default is `docker.elastic.co/elasticsearch/elasticsearch:9.2.1`
26-
- `searchengine_docker_image`: The searchengine docker image
27-
- `automatic_refresh`: if the searchengine configuration is modified, the app will load the new configure in case of this varibale is true
25+
- `search_engineelasticsearch_docker_image`: The Elasticsearch image (default: `docker.elastic.co/elasticsearch/elasticsearch:9.2.1`)
26+
- `searchengine_docker_image`: The search engine Docker image
27+
- `automatic_refresh`: Whether the searchengine should reload configuration when modified (true/false)
2828
- `searchengine_secret_key`: The search engine secret key
29-
- `searchengineurlprefix`: Url prefix for the searchengine, default is `searchengine`
30-
- `elasticsearch_no_nodes`: Number of nodes in the elasticsearch cluster3
31-
- `elasticsearch_backup_folder`: Elasticsearch data backup folder
32-
- `ca_password`: Ca password for the Elasticsearch certificate
33-
- `keystore_password`: keystore password for the Elasticsearch cluster
29+
- `searchengineurlprefix`: The URL prefix for the searchengine (default: searchengine)
30+
- `elasticsearch_no_nodes`: The number of nodes in the Elasticsearch cluster
31+
- `elasticsearch_backup_folder`: The Elasticsearch data backup folder
32+
- `ca_password`: The CA password for the Elasticsearch certificate
33+
- `keystore_password`: The keystore password for the Elasticsearch cluster
3434
- `elastic_password`: The password for the Elasticsearch user
35-
- `data_dump_folder`: The data dump folder, will be used in case of asynchronize search and containers BFF
36-
- `nginx_port`: The port which Nginx should use
37-
- `cache_rows`: The number of the rows which indexing process can handle on a time
38-
- `no_index_processes`: Number of parallel processes which can be be used in the indexing process
39-
35+
- `data_dump_folder`:The data dump folder (used for asynchronous search and container BFFs)
36+
- `nginx_port`: The port Nginx should use
37+
- `cache_rows`: The number of rows the indexing process can handle at one time
38+
- `no_index_processes`: The number of parallel processes available for the indexing process
4039

4140
Example Playbook
4241
----------------

0 commit comments

Comments
 (0)