From 73b9f37fa88251108e9de95e51aaf2a9a1b39da6 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Mon, 20 Feb 2023 20:43:13 -0500 Subject: tika: add docs --- roles/tika/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 roles/tika/README.md (limited to 'roles/tika') diff --git a/roles/tika/README.md b/roles/tika/README.md new file mode 100644 index 0000000..747a24d --- /dev/null +++ b/roles/tika/README.md @@ -0,0 +1,23 @@ +Tika +==== + +Description +----------- + +The `tika` role installs and configures [Apache Tika](https://tika.apache.org/), +an open source document analysis platform. + +This role is a meta dependency for [dovecot](../dovecot/), and is used to +index attachments for full-text IMAP search. + + +Variables +--------- + +This role **accepts** the following variables: + +Variable | Default | Description +----------------------|-----------------------------------|------------ +`tika_version` | see [defaults](defaults/main.yml) | Tika version to install +`tika_port` | 9998 | Local listening port +`tika_heap_size` | `2g` | Java heap size limit -- cgit