Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add a note about how/when the pipeline is automatically registered against the ss?

-------------------------------------

A Storage Service user can be added with the role variable `archivematica_src_configure_ss` (default `no`).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

storage service user must be added (at least on 1.8), there is no default user created


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
-------------------------

Expand Down