Skip to content
Snippets Groups Projects
Commit ba330118 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

chore: add MediaConch profile symlinks

parent 65f38ad6
No related branches found
No related tags found
2 merge requests!2Add mediaconch symlinks,!1chore: add MediaConch profile symlinks
...@@ -46,3 +46,18 @@ ...@@ -46,3 +46,18 @@
owner: "{{ vault_rosetta_user }}" owner: "{{ vault_rosetta_user }}"
group: "{{ vault_rosetta_group }}" group: "{{ vault_rosetta_group }}"
mode: 0644 mode: 0644
- name: create MediaConch etc directory
file:
path: "/etc/mediaconch/"
state: directory
- name: set MediaConch profile symlink # based on SLUBArchiv.digital Release 2022-01
file:
src: "{{ item.src }}" # HINT: default paths of Rosetta MediaConch Plugin
dest: "{{ item.dest }}"
state: link
force: true
loop:
- { src: "/etc/mediaconch/current_slub.cfg", dest: "/operational_shared/software/SLUB_mediaconch_policy_all.xml" }
- { src: "/etc/mediaconch/upcoming_slub.cfg", dest: "/operational_shared/software/SLUB_mediaconch_policy_all.xml" }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment