aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/solr/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/roles/solr/README.md b/roles/solr/README.md
new file mode 100644
index 0000000..f834fd8
--- /dev/null
+++ b/roles/solr/README.md
@@ -0,0 +1,25 @@
+Solr
+====
+
+Description
+-----------
+
+The `solr` role installs and configures [Apache Solr](https://solr.apache.org/),
+an open source search platform.
+
+This role is a meta dependency for [dovecot](../dovecot/), and is used to
+provide full-text IMAP search.
+
+
+Variables
+---------
+
+This role **accepts** the following variables:
+
+Variable | Default | Description
+----------------------|-----------------------------------|------------
+`solr_version` | see [defaults](defaults/main.yml) | Solr version to install
+`solr_lucene_version` | see [defaults](defaults/main.yml) | Lucene compatibility version
+`solr_port` | 8983 | Local listening port
+`solr_heap_size` | `2g` | Java heap size limit
+`solr_softcommit_ms` | 60000 | Automatic softcommit interval (ms)