From 0201079b7dff8cbf0687bc47392d82f53e39dd3f Mon Sep 17 00:00:00 2001 From: Miguel Angel Medinilla Luque Date: Wed, 8 Aug 2018 12:17:36 +0200 Subject: [PATCH] update README with AM Configure section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 88b14a67..43feebb6 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,15 @@ archivematica_src_mcpclient_clamav_tcp_ip: "1.2.3.4" archivematica_src_mcpclient_clamav_tcp_port: "3310" ``` +Configure users and register pipeline +------------------------------------- + +A Storage Service user can be added with the role variable `archivematica_src_configure_ss` (default `no`). + +To create a Dashboard user, configure initial settings and register pipeline on Storage Service, the role variable `archivematica_src_configure_dashboard` can be used (default `no`). + +See [`defaults/main.yml`](defaults/main.yml) for a comprehensive list of variables (`# Configure AM` section) + Disable Elasticsearch use -------------------------