Skip to content
Snippets Groups Projects
Commit 84f881a8 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: ND-2227 - SubApp is now configured to include XML for significant properties

parent 76f71d28
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,11 @@
- "chown_dip_access.service"
tags: [systemd]
- name: Config für Signifikante Eigenschaften einspielen
ansible.builtin.git:
repo: "https://git.slub-dresden.de/digital-preservation/significantproperties.git"
dest: "/home/{{ vault_subapp_user }}/.subapp/significantproperties/"
### KONFIGURATIONEN FÜR SUBMISSION APPLICATION INSTALLIEREN ###
- name: SubApp-Config einspielen
block:
......@@ -206,4 +211,4 @@
state: stopped
loop: "{{ lookup('dict', vault_stichprobe_hosts) }}"
when: ansible_hostname == item.key
ignore_errors: "yes"
\ No newline at end of file
ignore_errors: "yes"
......@@ -77,6 +77,9 @@ rosetta_password:{{ vault_subapp_vars.hosts[ansible_hostname].Rosetta_Password }
# Workflow name as agreed upon in the contract between producer and archive.
fullname_workflow:{{ vault_subapp_vars.hosts[ansible_hostname].fullname_workflow | default("WORKFLOW_NAME_TEMPLATE") }}
# Path to the XML file that contains the encoded significant properties as agreed upon with the producer.
significant_properties_file:{{ vault_subapp_vars.hosts[ansible_hostname].significant_properties_file | default("SIGNIFICANT_PROPERTIES_FILE_PATH_TEMPLATE") }}
### email notification configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment